diff --git a/setup.py b/setup.py index b32c5455b..9264943e6 100644 --- a/setup.py +++ b/setup.py @@ -84,14 +84,14 @@ def setup_package(): 'Topic :: Scientific/Engineering :: GIS', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7' ], package_data={'libpysal':list(example_data_files)}, install_requires=install_reqs, extras_require=extras_reqs, cmdclass={'build_py': build_py}, - python_requires='>3.4' + python_requires='>3.5' )