@@ -5,22 +5,20 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " array_api_strict"
77dynamic = [" version" ]
8- requires-python = " >= 3.10 "
8+ requires-python = " >= 3.12 "
99dependencies = [" numpy" ]
10- license = {file = " LICENSE" }
10+ license = { file = " LICENSE" }
1111authors = [
12- { name = " Consortium for Python Data API Standards" }
12+ { name = " Consortium for Python Data API Standards" },
1313]
1414description = " A strict, minimal implementation of the Python array API standard."
1515readme = " README.md"
1616classifiers = [
17- " Programming Language :: Python :: 3" ,
18- " Programming Language :: Python :: 3.10" ,
19- " Programming Language :: Python :: 3.11" ,
20- " Programming Language :: Python :: 3.12" ,
21- " Programming Language :: Python :: 3.13" ,
22- " License :: OSI Approved :: BSD License" ,
23- " Operating System :: OS Independent" ,
17+ " Programming Language :: Python :: 3" ,
18+ " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
20+ " License :: OSI Approved :: BSD License" ,
21+ " Operating System :: OS Independent" ,
2422]
2523
2624[project .urls ]
0 commit comments