We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0e6ab commit 035b036Copy full SHA for 035b036
2 files changed
Makefile
@@ -268,7 +268,7 @@ src/_unicodedb.c: tools/ucdprops2code.py ## Update generated Unicode database lo
268
$(PYTHON) tools/ucdprops2code.py $@
269
270
# building a python debug interpreter
271
-PYDEBUG_VER=3.14.2
+PYDEBUG_VER=3.14.3
272
PYDEBUG_DIR=/space/pydebug
273
PYTHREAD_VER=$(PYDEBUG_VER)
274
PYTHREAD_DIR=/space/pythread
tools/megatest.py
@@ -236,9 +236,9 @@ def cmp(a, b):
236
237
# Default versions we support
238
PYVERS = (
239
- "3.15.0a3",
240
- "3.14.2",
241
- "3.13.11",
+ "3.15.0a5",
+ "3.14.3",
+ "3.13.12",
242
"3.12.12",
243
"3.11.14",
244
"3.10.19",
0 commit comments