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 33
33
description: How to inherit the parent's value.
34
34
enable:
35
35
enum:
36
- - cpython-experimental-riscv64
37
36
- cpython-freethreading
38
37
- cpython-prerelease
39
38
- graalpy
Original file line number Diff line number Diff line change 13
13
},
14
14
"enable" : {
15
15
"enum" : [
16
- " cpython-experimental-riscv64" ,
17
16
" cpython-freethreading" ,
18
17
" cpython-prerelease" ,
19
18
" graalpy" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class EnableGroup(StrEnum):
29
29
Groups of build selectors that are not enabled by default.
30
30
"""
31
31
32
- CPythonExperimentalRiscV64 = "cpython-experimental-riscv64"
33
32
CPythonFreeThreading = "cpython-freethreading"
34
33
CPythonPrerelease = "cpython-prerelease"
35
34
GraalPy = "graalpy"
You can’t perform that action at this time.
0 commit comments