Skip to content

Commit

Permalink
Merge pull request #582 from Yelrose/py39_py310_support
Browse files Browse the repository at this point in the history
support py38-py310
  • Loading branch information
Yelrose authored Dec 11, 2023
2 parents 4890447 + a65b2c7 commit 88dc67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manully_test_PYPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ 'ubuntu-latest', 'macos-latest' ]
arch: [ 'x86_64' ]
cibw_python: [ 'cp38*', 'cp39*', 'cp310*' ]
manylinux: [ 'manylinux2014', 'manylinux1' ]
manylinux: [ 'manylinux2014' ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 88dc67e

Please sign in to comment.