We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdab9f9 commit b4c56ccCopy full SHA for b4c56cc
pyproject.toml
@@ -16,17 +16,13 @@ authors = [
16
17
dynamic = ["version"]
18
19
-requires-python = ">=3.8"
+requires-python = ">=3.11"
20
classifiers = [
21
"Programming Language :: Python :: 3 :: Only",
22
"License :: OSI Approved :: MIT License",
23
"Operating System :: OS Independent",
24
- "Programming Language :: Python :: 3.8",
25
- "Programming Language :: Python :: 3.9",
26
- "Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
- "Programming Language :: Python :: 3.13",
30
]
31
dependencies = [
32
"numpy",
0 commit comments