Skip to content

Commit 1133f7d

Browse files
committed
older versions confirmed
1 parent 0b9e838 commit 1133f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# List all versions of Python which are supported
4444
confirmed_python_versions = [
4545
('Programming Language :: Python :: %s' % x)
46-
for x in '3.7'.split(' ') # TODO confirm older versions
46+
for x in '3.4 3.5 3.6 3.7'.split(' ')
4747
]
4848

4949
# Fetch readme file

0 commit comments

Comments
 (0)