We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d86a2 commit 5fb95f5Copy full SHA for 5fb95f5
setup.py
@@ -36,11 +36,10 @@
36
# Specify the Python versions you support here. In particular, ensure
37
# that you indicate whether you support Python 2, Python 3 or both.
38
'Programming Language :: Python :: 3',
39
- 'Programming Language :: Python :: 3.4',
40
- 'Programming Language :: Python :: 3.5',
41
'Programming Language :: Python :: 3.6',
42
'Programming Language :: Python :: 3.7',
43
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
44
],
45
packages=find_packages(),
46
extras_require={
0 commit comments