Skip to content

Commit 09b6b62

Browse files
committed
minor
1 parent ace4bff commit 09b6b62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def run_tests(self):
4141
'Topic :: Scientific/Engineering :: GIS',
4242
'Topic :: Scientific/Engineering',
4343
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
44-
'Programming Language :: Python :: 2',
45-
'Programming Language :: Python :: 2.7',
4644
'Programming Language :: Python :: 3',
4745
'Programming Language :: Python :: 3 :: Only',
4846
'Programming Language :: Python :: 3.6',
@@ -61,6 +59,7 @@ def run_tests(self):
6159
author_email='philipp.sommer@hzg.de',
6260
license="GPLv2",
6361
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
62+
python_requires=">=3.7",
6463
install_requires=[
6564
'psyplot',
6665
'psy-simple>=1.3.0',

0 commit comments

Comments
 (0)