From 8c5677edd2a49785a2f79b293e18e3203394927a Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:45:14 -0300 Subject: [PATCH 01/12] Create python-315.yml --- .github/workflows/python-315.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/python-315.yml diff --git a/.github/workflows/python-315.yml b/.github/workflows/python-315.yml new file mode 100644 index 000000000..c1413a42a --- /dev/null +++ b/.github/workflows/python-315.yml @@ -0,0 +1,29 @@ +name: python-315 + +on: + workflow_dispatch: + schedule: + - cron: '0 23 * * *' + pull_request: + branches: + - main + - '3.15' + push: + branches: + - main + - '3.15' + +jobs: + sync: + uses: ./.github/workflows/sync.yml + with: + tx_project: python-newest + version: 3.15 + secrets: inherit + check: + uses: ./.github/workflows/check.yml + needs: sync + with: + tx_project: python-newest + version: 3.15 + secrets: inherit From b5b9a55efbd2252449187a9b94e2d2bf5bc4c2ae Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:50:47 -0300 Subject: [PATCH 02/12] 3.14: Update cron schedule and project name --- .github/workflows/python-314.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-314.yml b/.github/workflows/python-314.yml index 000d02254..92811fa41 100644 --- a/.github/workflows/python-314.yml +++ b/.github/workflows/python-314.yml @@ -3,7 +3,7 @@ name: python-314 on: workflow_dispatch: schedule: - - cron: '0 23 * * *' + - cron: '15 23 * * *' pull_request: branches: - main @@ -17,13 +17,13 @@ jobs: sync: uses: ./.github/workflows/sync.yml with: - tx_project: python-newest + tx_project:python-314 version: 3.14 secrets: inherit check: uses: ./.github/workflows/check.yml needs: sync with: - tx_project: python-newest + tx_project: python-314 version: 3.14 secrets: inherit From 63aa6f8ee1ba298ba77feac67a3a3db54f90d1ce Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:51:28 -0300 Subject: [PATCH 03/12] 3.13: Update cron schedule and project name --- .github/workflows/python-313.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-313.yml b/.github/workflows/python-313.yml index 65672876b..85340a6bd 100644 --- a/.github/workflows/python-313.yml +++ b/.github/workflows/python-313.yml @@ -3,7 +3,7 @@ name: python-313 on: workflow_dispatch: schedule: - - cron: '15 23 * * *' + - cron: '30 23 * * *' pull_request: branches: - main From 3bdc917736f4ef697bab7ec24dd83a3f5a5ea6ff Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:52:06 -0300 Subject: [PATCH 04/12] 3.12: Update cron schedule --- .github/workflows/python-312.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-312.yml b/.github/workflows/python-312.yml index 84e24aa4d..2b2b26072 100644 --- a/.github/workflows/python-312.yml +++ b/.github/workflows/python-312.yml @@ -3,7 +3,7 @@ name: python-312 on: workflow_dispatch: schedule: - - cron: '30 23 * * *' + - cron: '45 23 * * *' jobs: sync: From f2e060e6ad4964d7b0f0982fceb94ce9449e170b Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:52:46 -0300 Subject: [PATCH 05/12] 3.11: Update cron schedule --- .github/workflows/python-311.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-311.yml b/.github/workflows/python-311.yml index d94ec6867..a62785b3d 100644 --- a/.github/workflows/python-311.yml +++ b/.github/workflows/python-311.yml @@ -3,7 +3,7 @@ name: python-311 on: workflow_dispatch: schedule: - - cron: '45 23 * * *' + - cron: '0 0 * * *' jobs: sync: From 89cfe276ee313663193c8312f53a0c082a71201e Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:53:25 -0300 Subject: [PATCH 06/12] 3.10: Update cron schedule --- .github/workflows/python-310.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-310.yml b/.github/workflows/python-310.yml index 528e1d252..2cb3a2d71 100644 --- a/.github/workflows/python-310.yml +++ b/.github/workflows/python-310.yml @@ -3,7 +3,7 @@ name: python-310 on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '15 0 * * *' jobs: sync: From dc3b58deab03cdaca85f9f22c3fb341d2b609d0c Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:56:50 -0300 Subject: [PATCH 07/12] Update README --- README.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 548034df7..2da45ad5d 100644 --- a/README.rst +++ b/README.rst @@ -26,12 +26,21 @@ Maintained versions: - Sync status - Translation progress - Total strings + * - `3.15 `_ + - .. image:: https://github.com/python/python-docs-pt-br/workflows/python-315/badge.svg + :target: https://github.com/python/python-docs-pt-br/actions?workflow=python-315 + - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.15%2Fstats.json&query=completion&label=pt_BR + :alt: Brazilian Portuguese translation status for Python 3.15 + :target: https://app.transifex.com/python-doc/python-newest/ + - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.15%2Fstats.json&query=entries&label=3.15 + :alt: Total strings for Python 3.15 + :target: https://app.transifex.com/python-doc/python-newest/ * - `3.14 `_ - .. image:: https://github.com/python/python-docs-pt-br/workflows/python-314/badge.svg :target: https://github.com/python/python-docs-pt-br/actions?workflow=python-314 - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.14%2Fstats.json&query=completion&label=pt_BR :alt: Brazilian Portuguese translation status for Python 3.14 - :target: https://app.transifex.com/python-doc/python-newest/ + :target: https://app.transifex.com/python-docpython-314/ - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.14%2Fstats.json&query=entries&label=3.14 :alt: Total strings for Python 3.14 :target: https://app.transifex.com/python-doc/python-newest/ From e313315041419437f7677f1f096ef4e57dddbe84 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 17:58:18 -0300 Subject: [PATCH 08/12] Fix 3.14 workflow --- .github/workflows/python-314.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-314.yml b/.github/workflows/python-314.yml index 92811fa41..d800e9529 100644 --- a/.github/workflows/python-314.yml +++ b/.github/workflows/python-314.yml @@ -17,7 +17,7 @@ jobs: sync: uses: ./.github/workflows/sync.yml with: - tx_project:python-314 + tx_project: python-314 version: 3.14 secrets: inherit check: From 3444fa026a49ecf528c55dabde14d9155fa2dfb0 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 18:06:54 -0300 Subject: [PATCH 09/12] Fix Transifex project URL --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2da45ad5d..4533b6e5f 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ Maintained versions: :target: https://app.transifex.com/python-docpython-314/ - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.14%2Fstats.json&query=entries&label=3.14 :alt: Total strings for Python 3.14 - :target: https://app.transifex.com/python-doc/python-newest/ + :target: https://app.transifex.com/python-doc/python-314/ * - `3.13 `_ - .. image:: https://github.com/python/python-docs-pt-br/workflows/python-313/badge.svg :target: https://github.com/python/python-docs-pt-br/actions?workflow=python-313 @@ -52,7 +52,7 @@ Maintained versions: :target: https://app.transifex.com/python-doc/python-newest/ - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.13%2Fstats.json&query=entries&label=3.13 :alt: Total strings for Python 3.13 - :target: https://app.transifex.com/python-doc/python-newest/ + :target: https://app.transifex.com/python-doc/python-313/ * - `3.12 `_ - .. image:: https://github.com/python/python-docs-pt-br/workflows/python-312/badge.svg :target: https://github.com/python/python-docs-pt-br/actions?workflow=python-312 From b66eff922bdebecb0c0cbb91efba59772b80cc03 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 18:08:51 -0300 Subject: [PATCH 10/12] Fix 3.14 URL --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4533b6e5f..3a22d8519 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Maintained versions: :target: https://github.com/python/python-docs-pt-br/actions?workflow=python-314 - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.14%2Fstats.json&query=completion&label=pt_BR :alt: Brazilian Portuguese translation status for Python 3.14 - :target: https://app.transifex.com/python-docpython-314/ + :target: https://app.transifex.com/python-doc/python-314/ - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.14%2Fstats.json&query=entries&label=3.14 :alt: Total strings for Python 3.14 :target: https://app.transifex.com/python-doc/python-314/ From de6b9ed324af9012bf1d62f5bbffab58daa7d555 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 8 May 2026 18:10:00 -0300 Subject: [PATCH 11/12] Fix 3.13 Transifex project URL --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3a22d8519..8bdf0e847 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Maintained versions: :target: https://github.com/python/python-docs-pt-br/actions?workflow=python-313 - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.13%2Fstats.json&query=completion&label=pt_BR :alt: Brazilian Portuguese translation status for Python 3.13 - :target: https://app.transifex.com/python-doc/python-newest/ + :target: https://app.transifex.com/python-doc/python-313/ - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.13%2Fstats.json&query=entries&label=3.13 :alt: Total strings for Python 3.13 :target: https://app.transifex.com/python-doc/python-313/ From a8d9818fb506dc3d317a0f529c9dc48e3b09ba86 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sat, 9 May 2026 09:17:34 -0300 Subject: [PATCH 12/12] Pin 3.14 in python-315.yml sphinxcontrib-jsmath not compatible with Python 3.15 --- .github/workflows/python-315.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-315.yml b/.github/workflows/python-315.yml index c1413a42a..3def4366f 100644 --- a/.github/workflows/python-315.yml +++ b/.github/workflows/python-315.yml @@ -18,12 +18,12 @@ jobs: uses: ./.github/workflows/sync.yml with: tx_project: python-newest - version: 3.15 + version: 3.14 secrets: inherit check: uses: ./.github/workflows/check.yml needs: sync with: tx_project: python-newest - version: 3.15 + version: 3.14 secrets: inherit