There was an error while loading. Please reload this page.
1 parent b2d9318 commit 1e7549dCopy full SHA for 1e7549d
1 file changed
tools/scripts/generate_binary_build_matrix.py
@@ -22,7 +22,7 @@
22
23
24
PYTHON_ARCHES_DICT = {
25
- "nightly": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14"],
+ "nightly": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"],
26
"test": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14"],
27
"release": ["3.10", "3.11", "3.12", "3.13", "3.14"],
28
}
0 commit comments