aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-10-29 08:38:38 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-10-29 08:38:38 +0000
commita2b198c828bc5a2de9190794b76465bcc3824e25 (patch)
tree24f4d30595a32e5e0a4187764f9609b7d26268fb
parent9611cf1bccc041e192a2f2efd43fc396780f8173 (diff)
revert to min 3.6 requirement
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 90f1f11..d9fd221 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
maintainer_email='matt@matthewlemon.com',
url='https://github.com/hammerheadlemon/datamaps',
packages=find_packages(),
- python_requires='>=3.7',
+ python_requires='>=3.6',
entry_points={'console_scripts': [
'datamaps = datamaps.main:cli'
]},