Skip to content

Commit

Permalink
Removed support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ committed Oct 29, 2023
1 parent cd03402 commit f5f40b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
CIBW_BUILD: cp3*
CIBW_SKIP: cp36-*
CIBW_SKIP: cp36-* cp37-*
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {project}/test/PyGLM_test.py -v

Expand Down

0 comments on commit f5f40b8

Please sign in to comment.