Skip to content

Commit ea6a9d6

Browse files
authored
Merge pull request #49 from matthewfeickert/mnt/add-requires-python-metadata
MNT: Add requires-python metadata
2 parents ae7aa8e + bbca293 commit ea6a9d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@
1515
long_description_content_type="text/markdown",
1616
url="https://data-apis.org/array-api-compat/",
1717
license="MIT",
18+
python_requires=">=3.8",
1819
extras_require={
1920
"numpy": "numpy",
2021
"cupy": "cupy",
2122
},
2223
classifiers=[
2324
"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",
2429
"License :: OSI Approved :: MIT License",
2530
"Operating System :: OS Independent",
2631
],

0 commit comments

Comments
 (0)