Skip to content

Commit d3f08d2

Browse files
authored
PR #50: setup.py: add classifiers for py3.9, py3.10 @nikola
2 parents d8fc4fb + 8146755 commit d3f08d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
'Programming Language :: Python :: 3.6',
2828
'Programming Language :: Python :: 3.7',
2929
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
31+
'Programming Language :: Python :: 3.10',
3032
'Topic :: Internet :: WWW/HTTP',
3133
],
3234
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",

0 commit comments

Comments
 (0)