Python 3.14.0b3

This commit is contained in:
Hugo van Kemenade 2025-06-17 18:40:33 +03:00
parent c1735c5b4e
commit 26d485d122
62 changed files with 631 additions and 146 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 2
#define PY_RELEASE_SERIAL 3
/* Version as a string */
#define PY_VERSION "3.14.0b2+"
#define PY_VERSION "3.14.0b3"
/*--end constants--*/