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.
numpy_quaddtype
1 parent 2e07153 commit 5e4336bCopy full SHA for 5e4336b
quaddtype/pyproject.toml
@@ -15,6 +15,16 @@ readme = 'README.md'
15
license = "BSD-3-Clause"
16
license-files = ["LICENSE"]
17
authors = [{name = "Swayam Singh", email = "[email protected]"}]
18
+classifiers = [
19
+ "Development Status :: 4 - Beta",
20
+ "Programming Language :: Python :: 3",
21
+ "Programming Language :: Python :: 3.10",
22
+ "Programming Language :: Python :: 3.11",
23
+ "Programming Language :: Python :: 3.12",
24
+ "Programming Language :: Python :: 3.13",
25
+ "Programming Language :: Python :: 3.14",
26
+ "Typing :: Typed",
27
+]
28
requires-python = ">=3.10.0"
29
dependencies = [
30
"numpy"
0 commit comments