Skip to content

Commit 286bdc1

Browse files
committed
Clean up constants.py (Remove python3crystax of TargetPython)
Because we don't need that anymore
1 parent 8d4a837 commit 286bdc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
class TargetPython(Enum):
55
python2 = 0
6-
python3crystax = 1
7-
python3 = 2
6+
python3 = 1
87

98

109
# recipes that currently break the build

0 commit comments

Comments
 (0)