summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorZachery Bir <zbir@zacbir.net>2018-05-14 10:31:31 -0400
committerZachery Bir <zbir@zacbir.net>2018-05-14 10:31:31 -0400
commitb1a35cd76f55b8f42c0bf67a3cf69d68aaf773eb (patch)
treeccd73fc7af2ab7f577023b3f11c0cc963e3ccfea /setup.py
parente09aba49d68192b28df11293f07e425e770973ab (diff)
downloadclick-b1a35cd76f55b8f42c0bf67a3cf69d68aaf773eb.tar.gz
Update python_requires values
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5664be7..9b918b6 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
- python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*",
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
)