@@ -5,22 +5,20 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " array_api_strict"
7
7
dynamic = [" version" ]
8
- requires-python = " >= 3.10 "
8
+ requires-python = " >= 3.12 "
9
9
dependencies = [" numpy" ]
10
- license = {file = " LICENSE" }
10
+ license = { file = " LICENSE" }
11
11
authors = [
12
- { name = " Consortium for Python Data API Standards" }
12
+ { name = " Consortium for Python Data API Standards" },
13
13
]
14
14
description = " A strict, minimal implementation of the Python array API standard."
15
15
readme = " README.md"
16
16
classifiers = [
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" ,
24
22
]
25
23
26
24
[project .urls ]
0 commit comments