Skip to content

Commit 7dc8696

Browse files
committed
Bump python versions
1 parent 1cd3d6c commit 7dc8696

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ src/_unicodedb.c: tools/ucdprops2code.py ## Update generated Unicode database lo
268268
$(PYTHON) tools/ucdprops2code.py $@
269269

270270
# building a python debug interpreter
271-
PYDEBUG_VER=3.14.0
271+
PYDEBUG_VER=3.14.2
272272
PYDEBUG_DIR=/space/pydebug
273273
PYTHREAD_VER=$(PYDEBUG_VER)
274274
PYTHREAD_DIR=/space/pythread

tools/megatest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ def cmp(a, b):
237237
# Default versions we support
238238
PYVERS = (
239239
"3.15.0a2",
240-
"3.14.0",
241-
"3.13.9",
240+
"3.14.2",
241+
"3.13.11",
242242
"3.12.12",
243243
"3.11.14",
244244
"3.10.19",

0 commit comments

Comments
 (0)