Skip to content

Commit 366e654

Browse files
authored
Disable version 3.9 as EOL (#275)
* Disable schedule on python-39.yml * Move 3.9 to disabled in README.rst
1 parent 649efda commit 366e654

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.github/workflows/python-39.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: python-39
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '15 0 * * *'
75

86
jobs:
97
sync:

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,6 @@ Maintained versions:
7171
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.10%2Fstats.json&query=entries&label=3.10
7272
:alt: Total strings for Python 3.10
7373
:target: https://app.transifex.com/python-doc/python-310/
74-
* - `3.9 <https://github.com/python/python-docs-pt-br/tree/3.9>`_
75-
- .. image:: https://github.com/python/python-docs-pt-br/workflows/python-39/badge.svg
76-
:target: https://github.com/python/python-docs-pt-br/actions?workflow=python-39
77-
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.9%2Fstats.json&query=completion&label=pt_BR
78-
:alt: Brazilian Portuguese translation status for Python 3.9
79-
:target: https://app.transifex.com/python-doc/python-39/
80-
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.9%2Fstats.json&query=entries&label=3.9
81-
:alt: Total strings for Python 3.9
82-
:target: https://app.transifex.com/python-doc/python-39/
8374

8475

8576
EOL versions:
@@ -93,6 +84,15 @@ EOL versions:
9384
- Sync status
9485
- Translation progress
9586
- Total strings
87+
* - `3.9 <https://github.com/python/python-docs-pt-br/tree/3.9>`_
88+
- .. image:: https://github.com/python/python-docs-pt-br/workflows/python-39/badge.svg
89+
:target: https://github.com/python/python-docs-pt-br/actions?workflow=python-39
90+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.9%2Fstats.json&query=completion&label=pt_BR
91+
:alt: Brazilian Portuguese translation status for Python 3.9
92+
:target: https://app.transifex.com/python-doc/python-39/
93+
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.9%2Fstats.json&query=entries&label=3.9
94+
:alt: Total strings for Python 3.9
95+
:target: https://app.transifex.com/python-doc/python-39/
9696
* - `3.8 <https://github.com/python/python-docs-pt-br/tree/3.8>`_
9797
- .. image:: https://github.com/python/python-docs-pt-br/workflows/python-38/badge.svg
9898
:target: https://github.com/python/python-docs-pt-br/actions?workflow=python-38

0 commit comments

Comments
 (0)