Skip to content

Commit

Permalink
add test support for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Nov 7, 2024
1 parent 5a79839 commit e6c04d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def run_tests(self):
'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',
'Programming Language :: Python :: Implementation :: CPython',
],
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tox]
envlist = py36, py37, py38, py39, py310, py311, py312, pypy3
envlist = py36, py37, py38, py39, py310, py311, py312, py313, pypy3

[testenv]
description = run unittest
description =
run unittest
commands =
python -m unittest

0 comments on commit e6c04d5

Please sign in to comment.