Skip to content

Commit f0a2d9d

Browse files
committed
Time to welcome 3.12 🎉
1 parent a0aef16 commit f0a2d9d

File tree

506 files changed

+35902
-36277
lines changed

Some content is hidden

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

506 files changed

+35902
-36277
lines changed

‎.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
- uses: actions/setup-python@v4
3030
with:
31-
python-version: "3.11"
31+
python-version: "3.12-dev"
3232
- name: Install ${{ matrix.tool.package }}
3333
run: |
3434
if [ -n "${{ matrix.tool.apt_dependencies }}" ]; then
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- uses: actions/setup-python@v4
6464
with:
65-
python-version: "3.11"
65+
python-version: "3.12-dev"
6666
- name: Prepare environment
6767
run: |
6868
pwd

‎.github/workflows/gh-pages.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

‎.github/workflows/pre-commit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v4
1818
id: setup_python
1919
with:
20-
python-version: "3.11"
20+
python-version: "3.12-dev"
2121
cache: pip
2222

2323
- name: Install pre-commit

‎.github/workflows/update_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Clone CPython Repo
1515
run: git clone https://github.com/python/cpython venv/cpython
1616

17-
- name: Set Up Python 3.11
17+
- name: Set Up Python 3.12
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: "3.11"
20+
python-version: "3.12-dev"
2121

2222
- name: Install dependencies
2323
run: pip install -r requirements.txt && sudo apt install gettext -y

‎.github/workflows/wrap_branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: Checkout repo
1212
uses: actions/checkout@v4
1313

14-
- name: Set Up Python 3.11
14+
- name: Set Up Python 3.12
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: "3.11"
17+
python-version: "3.12-dev"
1818

1919
# Upgrade pip
2020
- name: Upgrade pip

‎Makefile

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
# - make clean # To remove build artifacts
1111
# - make fuzzy # To find fuzzy strings
1212
#
13-
# Modes are: autobuild-stable, autobuild-dev, and autobuild-html,
14-
# documented in gen/src/3.6/Doc/Makefile as we're only delegating the
15-
# real work to the Python Doc Makefile.
13+
# Modes are: autobuild-stable, autobuild-dev, and autobuild-html.
1614

1715
# Configuration
1816

@@ -21,42 +19,13 @@
2119
# test build, we're building with the .rst files that generated our
2220
# .po files.
2321

24-
CPYTHON_CURRENT_COMMIT := 17a335dd0291d09e1510157a4ebe02932ec632dd
22+
CPYTHON_CURRENT_COMMIT := 74a7f5d2dacd4c05aad0e64a275dae97d18f5355
2523
LANGUAGE := tr
26-
BRANCH := 3.11
24+
BRANCH := 3.12
2725

2826
EXCLUDED := \
2927
whatsnew/2.?.po \
30-
whatsnew/3.[0-8].po \
31-
c-api/ \
32-
distutils/ \
33-
install/ \
34-
library/2to3.po \
35-
library/distutils.po \
36-
library/imp.po \
37-
library/tkinter.tix.po \
38-
library/test.po \
39-
library/aifc.po \
40-
library/asynchat.po \
41-
library/asyncore.po \
42-
library/audioop.po \
43-
library/cgi.po \
44-
library/cgitb.po \
45-
library/chunk.po \
46-
library/crypt.po \
47-
library/imghdr.po \
48-
library/msilib.po \
49-
library/nntplib.po \
50-
library/nis.po \
51-
library/ossaudiodev.po \
52-
library/pipes.po \
53-
library/smtpd.po \
54-
library/sndhdr.po \
55-
library/spwd.po \
56-
library/sunau.po \
57-
library/telnetlib.po \
58-
library/uu.po \
59-
library/xdrlib.po
28+
whatsnew/3.[0-10].po
6029

6130
# Internal variables
6231

‎about.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Python 3.11\n"
7+
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
1010
"PO-Revision-Date: 2022-12-28 16:16-0500\n"

‎bugs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Python 3.11\n"
7+
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2023-03-01 00:18+0000\n"
1010
"PO-Revision-Date: 2023-03-01 12:08+0300\n"

‎c-api/abstract.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#, fuzzy
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.11\n"
8+
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

‎c-api/allocation.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#, fuzzy
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.11\n"
8+
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-09-18 19:05+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

‎c-api/apiabiversion.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#, fuzzy
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Python 3.11\n"
8+
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-09-18 19:05+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)