We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac3d33 commit e864f89Copy full SHA for e864f89
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