Skip to content

Commit

Permalink
chore: add Python 3.10 - 3.12 support and test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Oct 20, 2024
1 parent 05017b3 commit 2b5c97e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Or download the source and run the setup file (requires setuptools):
$ python setup.py install
Xenon is tested with Python versions **2.7** and **3.6** to **3.9** as well as
Xenon is tested with Python versions **2.7** and **3.6** to **3.12** as well as
**PyPy**.

Usage
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
'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',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
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 = py27,py36,py37,py38,py39,pypy
envlist = py27,py36,py37,py38,py39,py310,py311,py312,pypy

[testenv]
deps = -r{toxinidir}/tox_requirements.txt
Expand Down

0 comments on commit 2b5c97e

Please # to comment.