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.
1 parent b3f5ca7 commit 5354eb4Copy full SHA for 5354eb4
setup.py
@@ -15,14 +15,14 @@
15
long_description_content_type="text/markdown",
16
url="https://data-apis.org/array-api-strict/",
17
license="MIT",
18
- python_requires=">=3.8",
+ python_requires=">=3.9",
19
install_requires=["numpy"],
20
classifiers=[
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.8",
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
26
"License :: OSI Approved :: BSD License",
27
"Operating System :: OS Independent",
28
],
0 commit comments