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 a56c3f8 commit a2925a3Copy full SHA for a2925a3
setup.py
@@ -34,9 +34,9 @@
34
'Topic :: Software Development :: Libraries :: Python Modules',
35
'License :: OSI Approved :: Apache Software License',
36
'Programming Language :: Python :: 3.4',
37
- 'Programming Language :: Python :: 3.5'
38
- 'Programming Language :: Python :: 3.6'
39
- 'Programming Language :: Python :: 3.7'
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
40
'Programming Language :: Python :: 3.8'
41
],
42
license="Apache License 2.0",
0 commit comments