2
2
requires = [
3
3
" setuptools" ,
4
4
" setuptools-scm" ,
5
- " scikit-build-core >=0.4.3" ,
6
- " nanobind >=1.3.2"
5
+ " scikit-build-core>=0.4.3" ,
6
+ " nanobind>=1.3.2"
7
7
]
8
8
build-backend = " scikit_build_core.build"
9
9
@@ -16,11 +16,9 @@ authors = [
16
16
classifiers = [
17
17
" Programming Language :: Python :: 3" ,
18
18
" Programming Language :: Python :: 3 :: Only" ,
19
- " Programming Language :: Python :: 3.8" ,
20
- " Programming Language :: Python :: 3.9" ,
21
- " Programming Language :: Python :: 3.10" ,
22
19
" Programming Language :: Python :: 3.11" ,
23
20
" Programming Language :: Python :: 3.12" ,
21
+ " Programming Language :: Python :: 3.13" ,
24
22
" Operating System :: OS Independent" ,
25
23
" Intended Audience :: Developers" ,
26
24
" Intended Audience :: Science/Research" ,
@@ -38,7 +36,7 @@ keywords = [
38
36
]
39
37
name = " s2fft"
40
38
readme = " README.md"
41
- requires-python = " >=3.8 "
39
+ requires-python = " >=3.11 "
42
40
license.file = " LICENCE.txt"
43
41
urls.homepage = " https://github.com/astro-informatics/s2fft"
44
42
0 commit comments