mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
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:
@@ -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'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user