File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
LANGUAGE ?= pt_BR
4
4
5
5
# Branch used in the project and in CPython
6
- BRANCH : = 3.12
6
+ BRANCH : = 3.13
7
7
8
8
# ###########################
9
9
# Environment variables for 'merge' target
@@ -13,13 +13,13 @@ BRANCH := 3.12
13
13
# Versions in this variable will have their translation replaced with changes
14
14
# in currently active version being translated. These will have pomerge's
15
15
# --overwrite flag set.
16
- BUGFIXBRANCH ?= 3.11
16
+ BUGFIXBRANCH ?= 3.12
17
17
18
18
# Version(s) that are considered security fixes or EOL. Let's make them more
19
19
# stable, with more predictable state. These versions will not have translated
20
20
# strings replaced with translations update. These will have pomerge's
21
21
# --no-overwrite flag set.
22
- OLDERBRANCHES ?= 3.10 3.9 3.8 3.7 3.6 2.7
22
+ OLDERBRANCHES ?= 3.11 3. 10 3.9 3.8 3.7 3.6 2.7
23
23
#
24
24
# ###########################
25
25
@@ -40,7 +40,7 @@ SPHINXERRORHANDLING := "-W"
40
40
#
41
41
# Specific Transifex CLI Client version to install.
42
42
# If unset, latest version will be used.
43
- TX_CLI_VERSION ?= '1.6.7 '
43
+ TX_CLI_VERSION ?= '1.6.11 '
44
44
45
45
# Install directory of TX_CLI_DIR. Consider using a directory already
46
46
# in the PATH environment variable because install script will add this
You can’t perform that action at this time.
0 commit comments