Skip to content

Commit 035b036

Browse files
committed
Bump python versions
1 parent dd0e6ab commit 035b036

2 files changed

Lines changed: 4 additions & 4 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.2
271+
PYDEBUG_VER=3.14.3
272272
PYDEBUG_DIR=/space/pydebug
273273
PYTHREAD_VER=$(PYDEBUG_VER)
274274
PYTHREAD_DIR=/space/pythread

tools/megatest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ def cmp(a, b):
236236

237237
# Default versions we support
238238
PYVERS = (
239-
"3.15.0a3",
240-
"3.14.2",
241-
"3.13.11",
239+
"3.15.0a5",
240+
"3.14.3",
241+
"3.13.12",
242242
"3.12.12",
243243
"3.11.14",
244244
"3.10.19",

0 commit comments

Comments
 (0)