Skip to content

Commit d40d98a

Browse files
committed
[MNT] Bump spm-runtime to 25.1.2
1 parent c9525c0 commit d40d98a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"mpython-core>=25.4rc1",
33-
"spm-runtime-r2025a == 25.1.1 ; python_version >= '3.9'",
34-
"spm-runtime-r2023a == 25.1.1 ; python_version == '3.8'",
35-
"spm-runtime-r2021b == 25.1.1 ; python_version == '3.7'",
36-
"spm-runtime-r2020b == 25.1.1 ; python_version == '3.6'",
33+
"spm-runtime-r2025a == 25.1.2 ; python_version >= '3.9'",
34+
"spm-runtime-r2023a == 25.1.2 ; python_version == '3.8'",
35+
"spm-runtime-r2021b == 25.1.2 ; python_version == '3.7'",
36+
"spm-runtime-r2020b == 25.1.2 ; python_version == '3.6'",
3737
]
3838

3939
[project.optional-dependencies]
40-
latest = ["spm-runtime == 25.1.1"]
41-
R2025a = ["spm-runtime-R2025a == 25.1.1"]
42-
R2024b = ["spm-runtime-R2024b == 25.1.1"]
43-
R2024a = ["spm-runtime-R2024a == 25.1.1"]
44-
R2023b = ["spm-runtime-R2023b == 25.1.1"]
45-
R2023a = ["spm-runtime-R2023a == 25.1.1"]
46-
R2022b = ["spm-runtime-R2022b == 25.1.1"]
47-
R2022a = ["spm-runtime-R2022a == 25.1.1"]
48-
R2021b = ["spm-runtime-R2021b == 25.1.1"]
49-
R2021a = ["spm-runtime-R2021a == 25.1.1"]
50-
R2020b = ["spm-runtime-R2020b == 25.1.1"]
40+
latest = ["spm-runtime == 25.1.2"]
41+
R2025a = ["spm-runtime-R2025a == 25.1.2"]
42+
R2024b = ["spm-runtime-R2024b == 25.1.2"]
43+
R2024a = ["spm-runtime-R2024a == 25.1.2"]
44+
R2023b = ["spm-runtime-R2023b == 25.1.2"]
45+
R2023a = ["spm-runtime-R2023a == 25.1.2"]
46+
R2022b = ["spm-runtime-R2022b == 25.1.2"]
47+
R2022a = ["spm-runtime-R2022a == 25.1.2"]
48+
R2021b = ["spm-runtime-R2021b == 25.1.2"]
49+
R2021a = ["spm-runtime-R2021a == 25.1.2"]
50+
R2020b = ["spm-runtime-R2020b == 25.1.2"]
5151

5252
[project.urls]
5353
Repository = "https://github.com/spm/spm-python"

0 commit comments

Comments
 (0)