We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace4bff commit 09b6b62Copy full SHA for 09b6b62
1 file changed
setup.py
@@ -41,8 +41,6 @@ def run_tests(self):
41
'Topic :: Scientific/Engineering :: GIS',
42
'Topic :: Scientific/Engineering',
43
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
44
- 'Programming Language :: Python :: 2',
45
- 'Programming Language :: Python :: 2.7',
46
'Programming Language :: Python :: 3',
47
'Programming Language :: Python :: 3 :: Only',
48
'Programming Language :: Python :: 3.6',
@@ -61,6 +59,7 @@ def run_tests(self):
61
59
author_email='philipp.sommer@hzg.de',
62
60
license="GPLv2",
63
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
+ python_requires=">=3.7",
64
install_requires=[
65
'psyplot',
66
'psy-simple>=1.3.0',
0 commit comments