Skip to content

Commit

Permalink
Add support for Python 3.13 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinblech committed Oct 8, 2024
1 parent c42cda0 commit 6ae1ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "pypy"

install: pip install nose2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Text Processing :: Markup :: XML',
],
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python =
3.9: py39
3.11: py311
3.12: py312
3.13: py313
pypy: pypy

[testenv]
Expand Down

0 comments on commit 6ae1ecc

Please sign in to comment.