Skip to content

Commit 1413177

Browse files
authored
Adicionar Python 3.15 (#296)
* Create python-315.yml * 3.14: Update cron schedule and project name * 3.13: Update cron schedule and project name * 3.12: Update cron schedule * 3.11: Update cron schedule * 3.10: Update cron schedule * Update README * Fix 3.14 workflow * Fix Transifex project URL * Fix 3.14 URL * Fix 3.13 Transifex project URL * Pin 3.14 in python-315.yml sphinxcontrib-jsmath not compatible with Python 3.15 * Revert last commit
1 parent 96697de commit 1413177

7 files changed

Lines changed: 49 additions & 11 deletions

File tree

.github/workflows/python-310.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-310
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: '15 0 * * *'
77

88
jobs:
99
sync:

.github/workflows/python-311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-311
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '45 23 * * *'
6+
- cron: '0 0 * * *'
77

88
jobs:
99
sync:

.github/workflows/python-312.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-312
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '30 23 * * *'
6+
- cron: '45 23 * * *'
77

88
jobs:
99
sync:

.github/workflows/python-313.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-313
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '15 23 * * *'
6+
- cron: '30 23 * * *'
77
pull_request:
88
branches:
99
- main

.github/workflows/python-314.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-314
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 23 * * *'
6+
- cron: '15 23 * * *'
77
pull_request:
88
branches:
99
- main
@@ -17,13 +17,13 @@ jobs:
1717
sync:
1818
uses: ./.github/workflows/sync.yml
1919
with:
20-
tx_project: python-newest
20+
tx_project: python-314
2121
version: 3.14
2222
secrets: inherit
2323
check:
2424
uses: ./.github/workflows/check.yml
2525
needs: sync
2626
with:
27-
tx_project: python-newest
27+
tx_project: python-314
2828
version: 3.14
2929
secrets: inherit

.github/workflows/python-315.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: python-315
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 23 * * *'
7+
pull_request:
8+
branches:
9+
- main
10+
- '3.15'
11+
push:
12+
branches:
13+
- main
14+
- '3.15'
15+
16+
jobs:
17+
sync:
18+
uses: ./.github/workflows/sync.yml
19+
with:
20+
tx_project: python-newest
21+
version: 3.15
22+
secrets: inherit
23+
check:
24+
uses: ./.github/workflows/check.yml
25+
needs: sync
26+
with:
27+
tx_project: python-newest
28+
version: 3.15
29+
secrets: inherit

README.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,33 @@ Maintained versions:
2626
- Sync status
2727
- Translation progress
2828
- Total strings
29+
* - `3.15 <https://github.com/python/python-docs-pt-br/tree/3.15>`_
30+
- .. image:: https://github.com/python/python-docs-pt-br/workflows/python-315/badge.svg
31+
:target: https://github.com/python/python-docs-pt-br/actions?workflow=python-315
32+
- .. 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
33+
:alt: Brazilian Portuguese translation status for Python 3.15
34+
:target: https://app.transifex.com/python-doc/python-newest/
35+
- .. 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
36+
:alt: Total strings for Python 3.15
37+
:target: https://app.transifex.com/python-doc/python-newest/
2938
* - `3.14 <https://github.com/python/python-docs-pt-br/tree/3.14>`_
3039
- .. image:: https://github.com/python/python-docs-pt-br/workflows/python-314/badge.svg
3140
:target: https://github.com/python/python-docs-pt-br/actions?workflow=python-314
3241
- .. 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
3342
:alt: Brazilian Portuguese translation status for Python 3.14
34-
:target: https://app.transifex.com/python-doc/python-newest/
43+
:target: https://app.transifex.com/python-doc/python-314/
3544
- .. 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
3645
:alt: Total strings for Python 3.14
37-
:target: https://app.transifex.com/python-doc/python-newest/
46+
:target: https://app.transifex.com/python-doc/python-314/
3847
* - `3.13 <https://github.com/python/python-docs-pt-br/tree/3.13>`_
3948
- .. image:: https://github.com/python/python-docs-pt-br/workflows/python-313/badge.svg
4049
:target: https://github.com/python/python-docs-pt-br/actions?workflow=python-313
4150
- .. 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
4251
:alt: Brazilian Portuguese translation status for Python 3.13
43-
:target: https://app.transifex.com/python-doc/python-newest/
52+
:target: https://app.transifex.com/python-doc/python-313/
4453
- .. 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
4554
:alt: Total strings for Python 3.13
46-
:target: https://app.transifex.com/python-doc/python-newest/
55+
:target: https://app.transifex.com/python-doc/python-313/
4756
* - `3.12 <https://github.com/python/python-docs-pt-br/tree/3.12>`_
4857
- .. image:: https://github.com/python/python-docs-pt-br/workflows/python-312/badge.svg
4958
:target: https://github.com/python/python-docs-pt-br/actions?workflow=python-312

0 commit comments

Comments
 (0)