8000 ci: update workflow for 3.14 branch · python/python-docs-ja@d90d37e · GitHub
[go: up one dir, main page]

Skip to content

Commit d90d37e

Browse files
committed
ci: update workflow for 3.14 branch
1 parent 0e0eb92 commit d90d37e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/update.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
# - '3.11'
1414

1515
env:
16-
CPYTHON_BRANCH: '3.11'
16+
CPYTHON_BRANCH: '3.14'
1717
LANGUAGE: 'ja'
1818

1919
jobs:
@@ -30,10 +30,10 @@ jobs:
3030
persist-credentials: false
3131
ref: ${{ env.CPYTHON_BRANCH }}
3232
path: cpython
33-
- name: Set up Python 3.11
33+
- name: Set up Python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: '3.11'
36+
python-version: '3.13'
3737
cache: 'pip'
3838
cache-dependency-path: '**/requirements*.txt'
3939
- name: Install Transifex CLI
@@ -73,9 +73,9 @@ jobs:
7373
needs: [update]
7474
strategy:
7575
matrix:
76-
branch: [ "3.10", "3.9", "3.8" ]
76+
branch: [ "3.11" ]
7777
include:
78-
- branch: "3.10"
78+
- branch: "3.11"
7979
overwrite: true
8080
runs-on: ubuntu-latest
8181
steps:
@@ -92,10 +92,10 @@ jobs:
9292
with:
9393
ref: ${{ matrix.branch }}
9494
path: ${{ matrix.branch }}
95-
- name: Set up Python 3.11
95+
- name: Set up Python
9696
uses: actions/setup-python@v4
9797
with:
98-
python-version: '3.11'
98+
python-version: '3.13'
9999
cache: 'pip'
100100
cache-dependency-path: '**/requirements*.txt'
101101
- name: Install dependencies

0 commit comments

Comments
 (0)
0