We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b862b commit 2124e66Copy full SHA for 2124e66
manage_translation.py
@@ -49,8 +49,7 @@ def _call(command: str):
49
50
51
PROJECT_SLUG = 'python-311'
52
-VERSION = 'backport-40a4d88-3.11' # https://github.com/python/cpython/pull/128879
53
-GITHUB_ORG = 'miss-islington'
+VERSION = '3.11'
54
55
def recreate_tx_config():
56
"""
@@ -85,7 +84,7 @@ def _get_files_to_delete():
85
84
86
87
def _clone_cpython_repo(version: str):
88
- _call(f'git clone -b {version} --single-branch https://github.com/{GITHUB_ORG}/cpython.git --depth 1')
+ _call(f'git clone -b {version} --single-branch https://github.com/python/cpython.git --depth 1')
89
90
91
def _build_gettext():
0 commit comments