Skip to content

Commit

Permalink
Remove Python 3.10 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 12, 2021
1 parent 92fb2e0 commit 9693d7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [cp36, cp37, cp38, cp39, cp310] # pp37
python: [cp36, cp37, cp38, cp39] # pp37
bitness: [32, 64]
manylinux_image: [manylinux2014]
include:
Expand Down
1 change: 0 additions & 1 deletion nlpo3-python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: Thai
Expand Down

0 comments on commit 9693d7f

Please sign in to comment.