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 33LANGUAGE ?= pt_BR
44
55# Branch used in the project and in CPython
6- BRANCH : = 3.12
6+ BRANCH : = 3.13
77
88# ###########################
99# Environment variables for 'merge' target
@@ -13,13 +13,13 @@ BRANCH := 3.12
1313# Versions in this variable will have their translation replaced with changes
1414# in currently active version being translated. These will have pomerge's
1515# --overwrite flag set.
16- BUGFIXBRANCH ?= 3.11
16+ BUGFIXBRANCH ?= 3.12
1717
1818# Version(s) that are considered security fixes or EOL. Let's make them more
1919# stable, with more predictable state. These versions will not have translated
2020# strings replaced with translations update. These will have pomerge's
2121# --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
2323#
2424# ###########################
2525
@@ -40,7 +40,7 @@ SPHINXERRORHANDLING := "-W"
4040#
4141# Specific Transifex CLI Client version to install.
4242# If unset, latest version will be used.
43- TX_CLI_VERSION ?= '1.6.7 '
43+ TX_CLI_VERSION ?= '1.6.11 '
4444
4545# Install directory of TX_CLI_DIR. Consider using a directory already
4646# in the PATH environment variable because install script will add this
You can’t perform that action at this time.
0 commit comments