File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545
4646ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
4747GH_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
5151from docutils .parsers .rst .states import Body
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments