diff --git a/setup.py b/setup.py index c32c50b1..25f6e54c 100644 --- a/setup.py +++ b/setup.py @@ -15,12 +15,17 @@ long_description_content_type="text/markdown", url="https://data-apis.org/array-api-compat/", license="MIT", + python_requires=">=3.8", extras_require={ "numpy": "numpy", "cupy": "cupy", }, classifiers=[ "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ],