Skip to content

Commit

Permalink
Merge pull request #370 from chezou/py312
Browse files Browse the repository at this point in the history
Support Python 3.12
  • Loading branch information
chezou committed Nov 20, 2023
2 parents 635e51a + 9de531c commit cefa1f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
3.9
3.10
3.11
3.12
- name: Install dependencies and test
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def lint(session):
("3.9", True),
("3.10", True),
("3.11", True),
# ("3.12", False),
("3.12", False),
],
)
def tests(session, jpype):
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Text Processing :: General",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit cefa1f4

Please sign in to comment.