Add official Python 3.7 support (#4717)

* Add official Python 3.7 support

Python 3.7 was just released [1]. This is a small change to
enable support in requests.

Signed-off-by: Eric Brown <browne@vmware.com>
This commit is contained in:
Eric Brown
2018-07-24 07:44:37 -07:00
committed by Nate Prewitt
parent 8e43d34d1f
commit 6686ac1730
3 changed files with 30 additions and 11 deletions
+1
View File
@@ -95,6 +95,7 @@ setup(
'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',
'Programming Language :: Python :: Implementation :: PyPy'
),