mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Python 3.14.0b3
This commit is contained in:
parent
c1735c5b4e
commit
26d485d122
62 changed files with 631 additions and 146 deletions
|
@ -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--*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue