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 76de3e6 commit 829b769Copy full SHA for 829b769
setup.py
@@ -35,9 +35,8 @@ def requirements():
35
'Operating System :: Unix',
36
'Operating System :: MacOS',
37
'Programming Language :: Python :: 3',
38
- 'Programming Language :: Python :: 3.4',
39
- 'Programming Language :: Python :: 3.5',
40
- 'Programming Language :: Python :: 3.6',
41
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
42
],
43
zip_safe=True)
0 commit comments