Add Python 3.7 as supported version

This commit is contained in:
Sergey Petrov
2018-11-30 23:33:43 +03:00
parent 26d714117e
commit 6f3b2a7456
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries',
],
description='A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol'