From e864f8948ab481a4f79c79da9e4b3bd140110fd6 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Wed, 9 Oct 2024 12:28:32 +0200 Subject: [PATCH] Update metadata for Python support --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 6e7a9949..d0a28404 100644 --- a/setup.py +++ b/setup.py @@ -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", ],