We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01748a commit 628e214Copy full SHA for 628e214
.github/workflows/py-build-main.yml
@@ -10,7 +10,7 @@ env:
10
CIBW_TEST_COMMAND: pytest {project}/aicspylibczi/tests
11
CIBW_TEST_EXTRAS: test
12
# skip python 3.6, 32-bit builds, and PyPy
13
- CIBW_SKIP: cp36-* cp37-* *-win32 *-manylinux_i686 pp*
+ CIBW_SKIP: cp36-* cp37-* cp38-* *-win32 *-manylinux_i686 pp*
14
15
name: Python Build Main
16
jobs:
0 commit comments