@@ -20,7 +20,7 @@ authors = [
2020 {name = " Peter Zeidman" },
2121 {name = " Olivia Kowalczyk" },
2222]
23- requires-python = " >=3.6,<3.13 "
23+ requires-python = " >=3.6,<3.14 "
2424classifiers = [
2525 " Development Status :: 5 - Production/Stable" ,
2626 " License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
@@ -31,17 +31,20 @@ classifiers = [
3131 " Programming Language :: Python :: 3.10" ,
3232 " Programming Language :: Python :: 3.11" ,
3333 " Programming Language :: Python :: 3.12" ,
34+ " Programming Language :: Python :: 3.13" ,
3435]
3536dependencies = [
3637 " mpython-core>=25.4rc1" ,
37- " spm-runtime-r2025a == 25.1.2 ; python_version >= '3.9'" ,
38+ " spm-runtime-r2025b >= 25.1.2 ; python_version >= '3.10'" ,
39+ " spm-runtime-r2025a == 25.1.2 ; python_version == '3.9'" ,
3840 " spm-runtime-r2023a == 25.1.2 ; python_version == '3.8'" ,
3941 " spm-runtime-r2021b == 25.1.2 ; python_version == '3.7'" ,
4042 " spm-runtime-r2020b == 25.1.2 ; python_version == '3.6'" ,
4143]
4244
4345[project .optional-dependencies ]
4446latest = [" spm-runtime == 25.1.2" ]
47+ R2025b = [" spm-runtime-R2025b == 25.1.2" ]
4548R2025a = [" spm-runtime-R2025a == 25.1.2" ]
4649R2024b = [" spm-runtime-R2024b == 25.1.2" ]
4750R2024a = [" spm-runtime-R2024a == 25.1.2" ]
0 commit comments