File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Or download the source and run the setup file (requires setuptools):
45
45
46
46
$ python setup.py install
47
47
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
49
49
**PyPy **.
50
50
51
51
Usage
Original file line number Diff line number Diff line change 40
40
'Programming Language :: Python :: 3.3' ,
41
41
'Programming Language :: Python :: 3.4' ,
42
42
'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' ,
43
47
'Topic :: Software Development' ,
44
48
'Topic :: Software Development :: Libraries :: Python Modules' ,
45
49
'Topic :: Software Development :: Quality Assurance' ,
You can’t perform that action at this time.
0 commit comments