Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 1fcc260

Browse files
committed
Update supported Python versions in setup.py
1 parent fa9fae2 commit 1fcc260

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,5 +356,8 @@ def run(self):
356356
# Specify the Python versions you support here. In particular, ensure
357357
# that you indicate whether you support Python 2, Python 3 or both.
358358
'Programming Language :: Python :: 3.4',
359+
'Programming Language :: Python :: 3.5',
360+
'Programming Language :: Python :: 3.6',
361+
'Programming Language :: Python :: 3.7',
359362
'Programming Language :: Python :: 3.8'
360363
])

0 commit comments

Comments
 (0)