Skip to content

Commit 05017b3

Browse files
authored
chore: update docs with supported Python versions (#53)
* Update python versions to match those in the tox.ini file * update classifiers to add recent python versions covered by tox.ini
1 parent b594770 commit 05017b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Or download the source and run the setup file (requires setuptools):
4545
4646
$ python setup.py install
4747
48-
Xenon is tested with all versions of Python from **2.7** to **3.6** as well as
48+
Xenon is tested with Python versions **2.7** and **3.6** to **3.9** as well as
4949
**PyPy**.
5050

5151
Usage

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
'Programming Language :: Python :: 3.3',
4141
'Programming Language :: Python :: 3.4',
4242
'Programming Language :: Python :: 3.5',
43+
'Programming Language :: Python :: 3.6',
44+
'Programming Language :: Python :: 3.7',
45+
'Programming Language :: Python :: 3.8',
46+
'Programming Language :: Python :: 3.9',
4347
'Topic :: Software Development',
4448
'Topic :: Software Development :: Libraries :: Python Modules',
4549
'Topic :: Software Development :: Quality Assurance',

0 commit comments

Comments
 (0)