Skip to content

Commit 5354eb4

Browse files
committed
Update supported Python versions
1 parent b3f5ca7 commit 5354eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
long_description_content_type="text/markdown",
1616
url="https://data-apis.org/array-api-strict/",
1717
license="MIT",
18-
python_requires=">=3.8",
18+
python_requires=">=3.9",
1919
install_requires=["numpy"],
2020
classifiers=[
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
2626
"License :: OSI Approved :: BSD License",
2727
"Operating System :: OS Independent",
2828
],

0 commit comments

Comments
 (0)