Skip to content

Commit

Permalink
Add back support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tancnle committed Jan 24, 2024
1 parent 8c5c428 commit c82123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
CIBW_BEFORE_BUILD: pip install cython==3.0.8 && pip install -e . && python build.py
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest --showlocals {package}/tests
CIBW_SKIP: "{cp36*,cp37*,pp*}"
CIBW_SKIP: "{cp36**,pp*}"
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_LINUX: auto aarch64
CIBW_BUILD_VERBOSITY: 3
Expand Down

0 comments on commit c82123e

Please sign in to comment.