Python 3.6 and 3.7 are now supported, too (#752)

This commit is contained in:
Henning Jacobs
2018-07-24 10:51:25 +02:00
committed by GitHub
parent a2c6ed5504
commit 2f7c53031c
+2
View File
@@ -53,6 +53,8 @@ CLASSIFIERS = [
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
]