Skip to content

Commit 53499af

Browse files
committed
add relevant python versions
1 parent ab696a0 commit 53499af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
'Intended Audience :: Science/Research',
3030
'License :: OSI Approved :: BSD License',
3131
'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',
3632
'Programming Language :: Python :: 3.5',
33+
'Programming Language :: Python :: 3.6',
34+
'Programming Language :: Python :: 3.7',
35+
'Programming Language :: Python :: 3.8',
3736
],
3837
install_requires = [
3938
'jinja2',

0 commit comments

Comments
 (0)