Skip to content

Commit

Permalink
drop test support for python 3.4 + 3.5. add test support for python 3…
Browse files Browse the repository at this point in the history
….10, 3.11, 3.12, and 3.13
  • Loading branch information
gruns committed Nov 10, 2024
1 parent 8a4f639 commit 5f9f7b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@ def run_tests(self):
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'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 :: 3.13',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: CPython',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = codestyle, py36, py37, py38, py39, pypy3
envlist = codestyle, py36, py37, py38, py39, py310, py311, py312, py313, pypy3

[testenv]
deps =
Expand Down

0 comments on commit 5f9f7b7

Please sign in to comment.