We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e2566 commit 1643b32Copy full SHA for 1643b32
1 file changed
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/setup-python@v4
45
with:
46
python-version: ${{ matrix.python-version }}
47
- architecture: x64
+# architecture: x64
48
- name: Linux install LZO
49
if: runner.os == 'Linux'
50
run: sudo apt install liblzo2-dev
@@ -152,9 +152,6 @@ jobs:
152
- name: Setup Python
153
154
155
- # Build sdist on lowest supported Python.
156
- # 3.8 is used because 3.6 has issues with pyproject.toml
157
- # and 3.7 has bpo-41316.
158
python-version: '3.11'
159
- name: Build sdist
160
run: |
0 commit comments