Skip to content

Commit

Permalink
Merge pull request chezou#329 from chezou/311
Browse files Browse the repository at this point in the history
Support Python 3.11
  • Loading branch information
chezou authored Nov 24, 2022
2 parents 673f07a + 75e6ce1 commit 5c7bd93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers =
Development Status :: 5 - Production/Stable
Topic :: Text Processing :: General
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.8
Expand Down

0 comments on commit 5c7bd93

Please sign in to comment.