Skip to content

Commit 628e214

Browse files
committed
one more fix for removing Python 3.8
1 parent d01748a commit 628e214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py-build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CIBW_TEST_COMMAND: pytest {project}/aicspylibczi/tests
1111
CIBW_TEST_EXTRAS: test
1212
# skip python 3.6, 32-bit builds, and PyPy
13-
CIBW_SKIP: cp36-* cp37-* *-win32 *-manylinux_i686 pp*
13+
CIBW_SKIP: cp36-* cp37-* cp38-* *-win32 *-manylinux_i686 pp*
1414

1515
name: Python Build Main
1616
jobs:

0 commit comments

Comments
 (0)