From 10e3d8370a80bef244e8392dfafc16e27881c45c Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Fri, 3 Jan 2025 11:33:36 -0800 Subject: [PATCH] 3.14.0a3 is current --- tools/megatest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/megatest.py b/tools/megatest.py index b18781b8..084867cc 100755 --- a/tools/megatest.py +++ b/tools/megatest.py @@ -244,7 +244,7 @@ def cmp(a, b): # Default versions we support PYVERS = ( - "3.14.0a2", + "3.14.0a3", "3.13.1", "3.12.8", "3.11.11",