We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f7d5c commit d248cd8Copy full SHA for d248cd8
.github/workflows/deploy-test-pypi.yml
@@ -4,7 +4,7 @@ on: workflow_dispatch
4
5
env:
6
CIBW_BUILD: cp3*
7
- CIBW_SKIP: cp36-* cp37-* cp38-*
+ CIBW_SKIP: cp38-*
8
CIBW_TEST_REQUIRES: pytest
9
CIBW_TEST_COMMAND: pytest {project}/test/PyGLM_test.py -v
10
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
11
12
13
0 commit comments