Skip to content

Commit e871f30

Browse files
committed
Add python 3.7 and 3.8 classifiers
1 parent 0563d53 commit e871f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def read(*names, **kwargs):
6363
'Programming Language :: Python :: 3.4',
6464
'Programming Language :: Python :: 3.5',
6565
'Programming Language :: Python :: 3.6',
66+
'Programming Language :: Python :: 3.7',
67+
'Programming Language :: Python :: 3.8',
6668
'Programming Language :: Python :: Implementation :: CPython',
6769
'Programming Language :: Python :: Implementation :: IronPython',
6870
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)