We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d978f commit 6ccc903Copy full SHA for 6ccc903
setup.cfg
@@ -10,7 +10,6 @@ license = BSD-3-Clause
10
license_files = LICENSE
11
classifiers =
12
Development Status :: 2 - Pre-Alpha
13
- License :: OSI Approved :: BSD License
14
Natural Language :: English
15
Programming Language :: Python :: 3
16
Programming Language :: Python :: 3 :: Only
@@ -23,7 +22,7 @@ packages = find:
23
22
install_requires =
24
matplotlib
25
numpy
26
-python_requires = >=3.8
+python_requires = >=3.9
27
zip_safe = False
28
29
[options.extras_require]
0 commit comments