Skip to content

Commit b7780ec

Browse files
authored
ci: drop 3.9 from verification, add 3.14 (#3663)
1 parent 0650b83 commit b7780ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ test_linux_wheels() {
840840
local arch="x86_64"
841841
fi
842842

843-
local python_versions="${TEST_PYTHON_VERSIONS:-3.9 3.10 3.11 3.12 3.13}"
843+
local python_versions="${TEST_PYTHON_VERSIONS:-3.10 3.11 3.12 3.13 3.14}"
844844

845845
for python in ${python_versions}; do
846846
local pyver=${python/m}
@@ -862,7 +862,7 @@ test_macos_wheels() {
862862
local platform_tags="x86_64"
863863
fi
864864

865-
local python_versions="${TEST_PYTHON_VERSIONS:-3.9 3.10 3.11 3.12 3.13}"
865+
local python_versions="${TEST_PYTHON_VERSIONS:-3.10 3.11 3.12 3.13 3.14}"
866866

867867
# verify arch-native wheels inside an arch-native conda environment
868868
for python in ${python_versions}; do

0 commit comments

Comments
 (0)