Skip to content

Commit 8d32a5c

Browse files
committed
Update the SOURCE_URI in pyspecific.py to point to the new branch
1 parent 0e5fe7f commit 8d32a5c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
4747
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
48-
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
48+
SOURCE_URI = 'https://github.com/python/cpython/tree/3.11/%s'
4949

5050
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
5151
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 11
2121
#define PY_MICRO_VERSION 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 7
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.11.0a7+"
26+
#define PY_VERSION "3.11.0b1"
2727
/*--end constants--*/
2828

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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.11.0 alpha 7
2-
=====================================
1+
This is Python version 3.11.0 beta 1
2+
====================================
33

44
.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
55
:alt: CPython build status on GitHub Actions

0 commit comments

Comments
 (0)