We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd3d6c commit 7dc8696Copy full SHA for 7dc8696
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.0
+PYDEBUG_VER=3.14.2
272
PYDEBUG_DIR=/space/pydebug
273
PYTHREAD_VER=$(PYDEBUG_VER)
274
PYTHREAD_DIR=/space/pythread
tools/megatest.py
@@ -237,8 +237,8 @@ def cmp(a, b):
237
# Default versions we support
238
PYVERS = (
239
"3.15.0a2",
240
- "3.14.0",
241
- "3.13.9",
+ "3.14.2",
+ "3.13.11",
242
"3.12.12",
243
"3.11.14",
244
"3.10.19",
0 commit comments