Python 3.14.0b2

This commit is contained in:
Hugo van Kemenade 2025-05-26 16:26:37 +03:00
parent 6c917cb11c
commit 12d3f883ae
78 changed files with 958 additions and 276 deletions

View file

@ -21,10 +21,10 @@
#define PY_MINOR_VERSION 14
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_SERIAL 2
/* Version as a string */
#define PY_VERSION "3.14.0b1+"
#define PY_VERSION "3.14.0b2"
/*--end constants--*/