Skip to content

Commit 63f22eb

Browse files
committed
Use cp37 instead of cp36 in cross compiling test
1 parent 77865ad commit 63f22eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
]
211211
steps:
212212
- uses: actions/checkout@master
213-
- name: Build Wheels
213+
- name: Build wheels
214214
run: |
215215
echo 'curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
216216
source ~/.cargo/env
@@ -223,7 +223,7 @@ jobs:
223223
cross-expose cffi
224224
pip install wheel
225225
pip install -e ../../
226-
python setup.py bdist_wheel --py-limited-api=cp36
226+
python setup.py bdist_wheel --py-limited-api=cp37
227227
ls -la dist/
228228
' > build-wheels.sh
229229

0 commit comments

Comments
 (0)