diff options
| author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-06-12 06:38:26 -0700 |
|---|---|---|
| committer | Nate Prewitt <nate.prewitt@gmail.com> | 2018-06-12 07:38:10 -0700 |
| commit | 991e8b76b7a9d21f698b24fa0058d3d5968721bc (patch) | |
| tree | 206e82a62328ab30721985bf1f0f42fe25dce02e /setup.py | |
| parent | 7e297ed95bdbd1018657f5d6000379ecdfa54423 (diff) | |
| download | python-requests-2.19.0.tar.gz | |
v2.19.0v2.19.0
* Updated HISTORY.rst.
* Moved version pin for idna to allow recent 2.7 release.
* Updated version warning for urllib3 to allow 1.23.
* Updated metadata dunders in __version__.py.
* Removed Python 2.6 trove classifier.
* Removed Python 2.6 reference from README.rst.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,7 +50,7 @@ packages = ['requests'] requires = [ 'chardet>=3.0.2,<3.1.0', - 'idna>=2.5,<2.7', + 'idna>=2.5,<2.8', 'urllib3>=1.21.1,<1.24', 'certifi>=2017.4.17' @@ -90,7 +90,6 @@ setup( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', |
