diff options
| author | Zachery Bir <zbir@zacbir.net> | 2018-05-14 10:31:31 -0400 |
|---|---|---|
| committer | Zachery Bir <zbir@zacbir.net> | 2018-05-14 10:31:31 -0400 |
| commit | b1a35cd76f55b8f42c0bf67a3cf69d68aaf773eb (patch) | |
| tree | ccd73fc7af2ab7f577023b3f11c0cc963e3ccfea /setup.py | |
| parent | e09aba49d68192b28df11293f07e425e770973ab (diff) | |
| download | click-b1a35cd76f55b8f42c0bf67a3cf69d68aaf773eb.tar.gz | |
Update python_requires values
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.*", ) |
