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 0a261d0 commit 273758bCopy full SHA for 273758b
pyproject.toml
@@ -28,13 +28,12 @@ classifiers = [
28
"Topic :: Scientific/Engineering :: Mathematics",
29
"Topic :: Software Development",
30
"Topic :: Software Development :: Libraries :: Python Modules",
31
- "Programming Language :: Python :: 3.8",
32
"Programming Language :: Python :: 3.9",
33
"Programming Language :: Python :: 3.10",
34
"Programming Language :: Python :: 3.11",
35
"Programming Language :: Python :: 3 :: Only",
36
]
37
-requires-python = ">=3.8,<3.12"
+requires-python = ">=3.9,<3.12"
38
dependencies = [
39
"matplotlib>=3.6.0,<3.9",
40
"numpy>=1.24.0,<1.27",
0 commit comments