@@ -8,7 +8,7 @@ dynamic = ["version"]
88description =" Open-Source Strong Lensing"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010license = { text = " MIT" }
11- requires-python = " >=3.9 "
11+ requires-python = " >=3.12 "
1212authors = [
1313 { name = " James Nightingale" , email = " James.Nightingale@newcastle.ac.uk" },
1414 { name = " Richard Hayes" , email = " richard@rghsoftware.co.uk" },
@@ -18,9 +18,6 @@ classifiers = [
1818 " Topic :: Scientific/Engineering :: Physics" ,
1919 " Natural Language :: English" ,
2020 " Operating System :: OS Independent" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
23- " Programming Language :: Python :: 3.11" ,
2421 " Programming Language :: Python :: 3.12" ,
2522 " Programming Language :: Python :: 3.13"
2623]
@@ -75,4 +72,4 @@ testpaths = ["test_autolens"]
7572filterwarnings = [
7673 " ignore:cuda_plugin_extension:UserWarning" ,
7774 " ignore::DeprecationWarning:jax" ,
78- ]
75+ ]
0 commit comments