We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b785a15 + e864f89 commit 3f30c62Copy full SHA for 3f30c62
setup.py
@@ -23,11 +23,14 @@
23
"dask": "dask",
24
"sparse": "sparse >=0.15.1",
25
},
26
+ python_requires=">=3.9",
27
classifiers=[
28
"Programming Language :: Python :: 3",
29
"Programming Language :: Python :: 3.9",
30
"Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
32
+ "Programming Language :: Python :: 3.12",
33
+ "Programming Language :: Python :: 3.13",
34
"License :: OSI Approved :: MIT License",
35
"Operating System :: OS Independent",
36
],
0 commit comments