@@ -121,13 +121,7 @@ def build_extensions(self):
121121'Topic :: Scientific/Engineering :: Image Recognition' ,
122122'Topic :: Software Development :: Libraries' ,
123123'Programming Language :: Python' ,
124- 'Programming Language :: Python :: 2' ,
125- 'Programming Language :: Python :: 2.7' ,
126124'Programming Language :: Python :: 3' ,
127- 'Programming Language :: Python :: 3.3' ,
128- 'Programming Language :: Python :: 3.4' ,
129- 'Programming Language :: Python :: 3.5' ,
130- 'Programming Language :: Python :: 3.6' ,
131125'Programming Language :: Python :: 3.7' ,
132126'Programming Language :: Python :: 3.8' ,
133127'Programming Language :: Python :: 3.9' ,
@@ -148,6 +142,7 @@ def build_extensions(self):
148142 author = 'Luis Pedro Coelho' ,
149143 author_email = 'luis@luispedro.org' ,
150144 license = 'MIT' ,
145+ python_requires = '>=3.7' ,
151146 platforms = ['Any' ],
152147 classifiers = classifiers ,
153148 url = 'https://luispedro.org/software/mahotas' ,
@@ -167,4 +162,3 @@ def build_extensions(self):
167162 "tests" : tests_require ,
168163 },
169164 )
170-
0 commit comments