Skip to content

Commit 0bd043a

Browse files
authored
Update .env with 3.13
1 parent dd993fc commit 0bd043a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LANGUAGE ?= 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

0 commit comments

Comments
 (0)