Skip to content

Commit 0cff657

Browse files
committed
Python 3.14 beta 2 available
1 parent 27977d7 commit 0cff657

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

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

261261
# building a python debug interpreter
262-
PYDEBUG_VER=3.14.0b1
262+
PYDEBUG_VER=3.14.0b2
263263
PYDEBUG_DIR=/space/pydebug
264264
PYTHREAD_VER=$(PYDEBUG_VER)
265265
PYTHREAD_DIR=/space/pythread

tools/megatest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def cmp(a, b):
244244

245245
# Default versions we support
246246
PYVERS = (
247-
"3.14.0b1",
247+
"3.14.0b2",
248248
"3.13.3",
249249
"3.12.10",
250250
"3.11.12",

0 commit comments

Comments
 (0)