Skip to content

Commit 2268289

Browse files
committed
Python 3.13.0b1
1 parent c4f9823 commit 2268289

File tree

162 files changed

+1861
-499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+1861
-499
lines changed

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
3434
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
3535
# Used in conf.py and updated here by python/release-tools/run_release.py
36-
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
36+
SOURCE_URI = 'https://github.com/python/cpython/tree/3.13/%s'
3737

3838
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
3939
from docutils.parsers.rst.states import Body

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 13
2121
#define PY_MICRO_VERSION 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 6
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.13.0a6+"
26+
#define PY_VERSION "3.13.0b1"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)