Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2124e66

Browse files
Revert "Pull from a fix branch to workaround Blurb's failure" (#53)
Reverts de47b93
1 parent 80b862b commit 2124e66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

manage_translation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def _call(command: str):
4949

5050

5151
PROJECT_SLUG = 'python-311'
52-
VERSION = 'backport-40a4d88-3.11' # https://github.com/python/cpython/pull/128879
53-
GITHUB_ORG = 'miss-islington'
52+
VERSION = '3.11'
5453

5554
def recreate_tx_config():
5655
"""
@@ -85,7 +84,7 @@ def _get_files_to_delete():
8584

8685

8786
def _clone_cpython_repo(version: str):
88-
_call(f'git clone -b {version} --single-branch https://github.com/{GITHUB_ORG}/cpython.git --depth 1')
87+
_call(f'git clone -b {version} --single-branch https://github.com/python/cpython.git --depth 1')
8988

9089

9190
def _build_gettext():

0 commit comments

Comments
 (0)