We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0650b83 commit b7780ecCopy full SHA for b7780ec
dev/release/verify-release-candidate.sh
@@ -840,7 +840,7 @@ test_linux_wheels() {
840
local arch="x86_64"
841
fi
842
843
- local python_versions="${TEST_PYTHON_VERSIONS:-3.9 3.10 3.11 3.12 3.13}"
+ local python_versions="${TEST_PYTHON_VERSIONS:-3.10 3.11 3.12 3.13 3.14}"
844
845
for python in ${python_versions}; do
846
local pyver=${python/m}
@@ -862,7 +862,7 @@ test_macos_wheels() {
862
local platform_tags="x86_64"
863
864
865
866
867
# verify arch-native wheels inside an arch-native conda environment
868
0 commit comments