We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae7aa8e + bbca293 commit ea6a9d6Copy full SHA for ea6a9d6
setup.py
@@ -15,12 +15,17 @@
15
long_description_content_type="text/markdown",
16
url="https://data-apis.org/array-api-compat/",
17
license="MIT",
18
+ python_requires=">=3.8",
19
extras_require={
20
"numpy": "numpy",
21
"cupy": "cupy",
22
},
23
classifiers=[
24
"Programming Language :: Python :: 3",
25
+ "Programming Language :: Python :: 3.8",
26
+ "Programming Language :: Python :: 3.9",
27
+ "Programming Language :: Python :: 3.10",
28
+ "Programming Language :: Python :: 3.11",
29
"License :: OSI Approved :: MIT License",
30
"Operating System :: OS Independent",
31
],
0 commit comments