Skip to content

Commit

Permalink
rm py39 for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Liwb5 committed Sep 26, 2023
1 parent 9a73f70 commit 48430b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'macos-latest' ]
arch: [ 'x86_64' ]
cibw_python: [ 'cp36*', 'cp37*', 'cp38*', 'cp39*' ]
cibw_python: [ 'cp36*', 'cp37*', 'cp38*' ]
manylinux: [ 'manylinux2014', 'manylinux1' ]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manully_test_PYPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'macos-latest' ]
arch: [ 'x86_64' ]
cibw_python: [ 'cp36*', 'cp37*', 'cp38*', 'cp39*' ]
cibw_python: [ 'cp36*', 'cp37*', 'cp38*' ]
manylinux: [ 'manylinux2014', 'manylinux1' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 48430b3

Please sign in to comment.