Setup.sh should require 3.9

This commit is contained in:
Matthias
2023-09-07 06:25:33 +02:00
parent 6e93bff374
commit 4ef1647132
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -14,7 +14,6 @@ classifiers =
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
@@ -33,7 +32,7 @@ tests_require =
pytest-mock
packages = find:
python_requires = >=3.8
python_requires = >=3.9
[options.entry_points]
console_scripts =