Skip to content

Commit ac15c31

Browse files
committed
Bump the python versions
1 parent f334c23 commit ac15c31

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tools/megatest.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,12 @@ def cmp(a, b):
244244

245245
# Default versions we support
246246
PYVERS = (
247-
"3.14.0a5",
248-
"3.13.2",
249-
"3.12.9",
250-
"3.11.11",
251-
"3.10.16",
252-
"3.9.21",
247+
"3.14.0a7",
248+
"3.13.3",
249+
"3.12.10",
250+
"3.11.12",
251+
"3.10.17",
252+
"3.9.22",
253253
"system",
254254
)
255255

0 commit comments

Comments
 (0)