File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 3333 description: How to inherit the parent's value.
3434 enable:
3535 enum:
36- - cpython-experimental-riscv64
3736 - cpython-freethreading
3837 - cpython-prerelease
3938 - graalpy
Original file line number Diff line number Diff line change 1313 },
1414 "enable" : {
1515 "enum" : [
16- " cpython-experimental-riscv64" ,
1716 " cpython-freethreading" ,
1817 " cpython-prerelease" ,
1918 " graalpy" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class EnableGroup(StrEnum):
2929 Groups of build selectors that are not enabled by default.
3030 """
3131
32- CPythonExperimentalRiscV64 = "cpython-experimental-riscv64"
3332 CPythonFreeThreading = "cpython-freethreading"
3433 CPythonPrerelease = "cpython-prerelease"
3534 GraalPy = "graalpy"
You can’t perform that action at this time.
0 commit comments