We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9e838 commit 1133f7dCopy full SHA for 1133f7d
setup.py
@@ -43,7 +43,7 @@
43
# List all versions of Python which are supported
44
confirmed_python_versions = [
45
('Programming Language :: Python :: %s' % x)
46
- for x in '3.7'.split(' ') # TODO confirm older versions
+ for x in '3.4 3.5 3.6 3.7'.split(' ')
47
]
48
49
# Fetch readme file
0 commit comments