Skip to content

Commit 1643b32

Browse files
committed
Wip
1 parent d3e2566 commit 1643b32

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-python@v4
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
architecture: x64
47+
# architecture: x64
4848
- name: Linux install LZO
4949
if: runner.os == 'Linux'
5050
run: sudo apt install liblzo2-dev
@@ -152,9 +152,6 @@ jobs:
152152
- name: Setup Python
153153
uses: actions/setup-python@v4
154154
with:
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.
158155
python-version: '3.11'
159156
- name: Build sdist
160157
run: |

0 commit comments

Comments
 (0)