22requires = [
33 " setuptools" ,
44 " 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"
77]
88build-backend = " scikit_build_core.build"
99
@@ -16,11 +16,9 @@ authors = [
1616classifiers = [
1717 " Programming Language :: Python :: 3" ,
1818 " Programming Language :: Python :: 3 :: Only" ,
19- " Programming Language :: Python :: 3.8" ,
20- " Programming Language :: Python :: 3.9" ,
21- " Programming Language :: Python :: 3.10" ,
2219 " Programming Language :: Python :: 3.11" ,
2320 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
2422 " Operating System :: OS Independent" ,
2523 " Intended Audience :: Developers" ,
2624 " Intended Audience :: Science/Research" ,
@@ -38,7 +36,7 @@ keywords = [
3836]
3937name = " s2fft"
4038readme = " README.md"
41- requires-python = " >=3.8 "
39+ requires-python = " >=3.11 "
4240license.file = " LICENCE.txt"
4341urls.homepage = " https://github.com/astro-informatics/s2fft"
4442
0 commit comments