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 46c62dd commit e5b814aCopy full SHA for e5b814a
setup.py
@@ -38,11 +38,10 @@ def run_tests(self):
38
'Natural Language :: English',
39
'Programming Language :: Python',
40
'Programming Language :: Python :: 3',
41
- 'Programming Language :: Python :: 3.4',
42
- 'Programming Language :: Python :: 3.5',
43
'Programming Language :: Python :: 3.6',
44
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
45
'Programming Language :: Python :: Implementation :: CPython',
46
- 'Programming Language :: Python :: Implementation :: PyPy',
47
),
48
)
0 commit comments