Add Python 3.8 as supported

This commit is contained in:
Sergey Petrov
2019-10-26 03:29:50 +03:00
parent f4dda7bcb5
commit aedc64e8bc
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries',
],
description='A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol'