Skip to content

Commit

Permalink
Add support for python 3.11 + 3.12 (#335)
Browse files Browse the repository at this point in the history
* Add python 3.11 support

* Add python 3.12 support
  • Loading branch information
angvp authored Oct 8, 2024
1 parent 9c3ec3c commit 8c39893
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ python:
- "3.7"
- "3.8"
- "3.9"
- "3.10-dev"
- "3.10"
- "3.11"
- "3.12"
- "pypy"

install: pip install nose2
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Text Processing :: Markup :: XML',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python =
3.8: py38
3.9: py39
3.11: py311
3.12: py312
3.12: py312
pypy: pypy

[testenv]
Expand Down

0 comments on commit 8c39893

Please sign in to comment.