Skip to content

Commit d248cd8

Browse files
committed
Remove old CIBW_SKIP values for python <3.8
1 parent 57f7d5c commit d248cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44

55
env:
66
CIBW_BUILD: cp3*
7-
CIBW_SKIP: cp36-* cp37-* cp38-*
7+
CIBW_SKIP: cp38-*
88
CIBW_TEST_REQUIRES: pytest
99
CIBW_TEST_COMMAND: pytest {project}/test/PyGLM_test.py -v
1010

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CIBW_BUILD: cp3*
10-
CIBW_SKIP: cp36-* cp37-* cp38-*
10+
CIBW_SKIP: cp38-*
1111
CIBW_TEST_REQUIRES: pytest
1212
CIBW_TEST_COMMAND: pytest {project}/test/PyGLM_test.py -v
1313

0 commit comments

Comments
 (0)