aboutsummaryrefslogtreecommitdiffstats
path: root/old
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-07 22:39:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-07 22:39:11 +0000
commite9b8a40534df1b0de66ee1d6581ce657a6f9eee9 (patch)
tree6072009c262a4bd31720d0c97d20d3a5dbffbb0c /old
parent7d28f9bfe052309499d1ce27aa16975697bb5904 (diff)
parent8bbe7cd57d5ac0d5d64cfd25c729dc190a407ee9 (diff)
downloadplatform_external_python_uritemplates-android11-mainline-release.tar.gz
platform_external_python_uritemplates-android11-mainline-release.tar.bz2
platform_external_python_uritemplates-android11-mainline-release.zip
Upgrade python/uritemplates to 3.0.1 am: eab8cbc70c am: 5492dc4462 am: 8bbe7cd57dandroid-mainline-11.0.0_r1android11-mainline-releaseandroid11-dev
Change-Id: I96fe751f9f4633adfdf4610a60536a5f2105ab92
Diffstat (limited to 'old')
-rw-r--r--old/uritemplate.py/uritemplatepy-setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/old/uritemplate.py/uritemplatepy-setup.py b/old/uritemplate.py/uritemplatepy-setup.py
index 430d519..ebececb 100644
--- a/old/uritemplate.py/uritemplatepy-setup.py
+++ b/old/uritemplate.py/uritemplatepy-setup.py
@@ -11,6 +11,7 @@ setup(
author_email="graffatcolmingov@gmail.com",
url="https://uritemplate.readthedocs.org",
install_requires=["uritemplate>=2.0"],
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved',
@@ -19,13 +20,11 @@ setup(
'Intended Audience :: Developers',
'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.2',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
],
)