Skip to content

Commit

Permalink
chore: update docs with supported Python versions (#53)
Browse files Browse the repository at this point in the history
* Update python versions

to match those in the tox.ini file

* update classifiers

to add recent python versions covered by tox.ini
  • Loading branch information
dancergraham authored Oct 20, 2024
1 parent b594770 commit 05017b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 all versions of Python from **2.7** to **3.6** as well as
Xenon is tested with Python versions **2.7** and **3.6** to **3.9** as well as
**PyPy**.

Usage
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
'Programming Language :: Python :: 3.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',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
Expand Down

0 comments on commit 05017b3

Please # to comment.