Skip to content

Commit 81e5210

Browse files
committed
Bump all the python versions
1 parent e553ea9 commit 81e5210

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/megatest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ def cmp(a, b):
242242
# Default versions we support
243243
PYVERS = (
244244
"3.14.0b2",
245-
"3.13.3",
246-
"3.12.10",
247-
"3.11.12",
248-
"3.10.17",
249-
"3.9.22",
245+
"3.13.4",
246+
"3.12.11",
247+
"3.11.13",
248+
"3.10.18",
249+
"3.9.23",
250250
"system",
251251
)
252252

0 commit comments

Comments
 (0)