Skip to content

Commit c517a8b

Browse files
authored
Merge pull request #801 from infosiftr/no-mips-3.10
Remove mips64le from 3.10 as well (failing to build)
2 parents f568f56 + 2829b7e commit c517a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ for version; do
134134
esac
135135

136136
case "$version" in
137-
3.7 | 3.8 | 3.9 | 3.10) ;;
137+
3.7 | 3.8 | 3.9) ;;
138138
*)
139139
# https://github.com/python/cpython/issues/93619 + https://peps.python.org/pep-0011/
140140
variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')"

0 commit comments

Comments
 (0)