Skip to content

Commit 3f30c62

Browse files
authored
Merge pull request #189 from asmeurer/update-metadata
Update metadata for Python support
2 parents b785a15 + e864f89 commit 3f30c62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@
2323
"dask": "dask",
2424
"sparse": "sparse >=0.15.1",
2525
},
26+
python_requires=">=3.9",
2627
classifiers=[
2728
"Programming Language :: Python :: 3",
2829
"Programming Language :: Python :: 3.9",
2930
"Programming Language :: Python :: 3.10",
3031
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3134
"License :: OSI Approved :: MIT License",
3235
"Operating System :: OS Independent",
3336
],

0 commit comments

Comments
 (0)