Skip to content

Commit

Permalink
Update metadata for Python support
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Oct 9, 2024
1 parent 4ac3d33 commit e864f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
"dask": "dask",
"sparse": "sparse >=0.15.1",
},
python_requires=">=3.9",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit e864f89

Please sign in to comment.