Skip to content

Commit 4938cb4

Browse files
committed
[FIX] pep508 dep + pin 25.1.1 for now (until I release spm-runtime 25.1.2)
1 parent 9d0ed79 commit 4938cb4

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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",
33-
"spm-runtime-R2025a=='25.1'; python_version>='3.9' and python_version<'3.13'",
34-
"spm-runtime-R2023a=='25.1'; python_version=='3.8'",
35-
"spm-runtime-R2021b=='25.1'; python_version=='3.7'",
36-
"spm-runtime-R2020b=='25.1'; python_version=='3.6'",
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'",
3737
]
3838

3939
[project.optional-dependencies]
40-
latest = ["spm-runtime=='25.1'"]
41-
R2025a = ["spm-runtime-R2025a=='25.1'"]
42-
R2024b = ["spm-runtime-R2024b=='25.1'"]
43-
R2024a = ["spm-runtime-R2024a=='25.1'"]
44-
R2023b = ["spm-runtime-R2023b=='25.1'"]
45-
R2023a = ["spm-runtime-R2023a=='25.1'"]
46-
R2022b = ["spm-runtime-R2022b=='25.1'"]
47-
R2022a = ["spm-runtime-R2022a=='25.1'"]
48-
R2021b = ["spm-runtime-R2021b=='25.1'"]
49-
R2021a = ["spm-runtime-R2021a=='25.1'"]
50-
R2020b = ["spm-runtime-R2020b=='25.1'"]
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"]
5151

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

0 commit comments

Comments
 (0)