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 ab696a0 commit 53499afCopy full SHA for 53499af
setup.py
@@ -29,11 +29,10 @@
29
'Intended Audience :: Science/Research',
30
'License :: OSI Approved :: BSD License',
31
'Programming Language :: Python',
32
- 'Programming Language :: Python :: 2.7',
33
- 'Programming Language :: Python :: 3',
34
- 'Programming Language :: Python :: 3.3',
35
- 'Programming Language :: Python :: 3.4',
36
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
37
],
38
install_requires = [
39
'jinja2',
0 commit comments