Python 3.14.0

This commit is contained in:
Hugo van Kemenade 2025-10-07 12:34:30 +03:00
parent 33f1330bd5
commit ebf955df7a
12 changed files with 84 additions and 22 deletions

View file

@ -20,11 +20,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 14
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.14.0rc3+"
#define PY_VERSION "3.14.0"
/*--end constants--*/