File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
# - '3.11'
14
14
15
15
env :
16
- CPYTHON_BRANCH : ' 3.11 '
16
+ CPYTHON_BRANCH : ' 3.14 '
17
17
LANGUAGE : ' ja'
18
18
19
19
jobs :
@@ -30,10 +30,10 @@ jobs:
30
30
persist-credentials : false
31
31
ref : ${{ env.CPYTHON_BRANCH }}
32
32
path : cpython
33
- - name : Set up Python 3.11
33
+ - name : Set up Python
34
34
uses : actions/setup-python@v4
35
35
with :
36
- python-version : ' 3.11 '
36
+ python-version : ' 3.13 '
37
37
cache : ' pip'
38
38
cache-dependency-path : ' **/requirements*.txt'
39
39
- name : Install Transifex CLI
73
73
needs : [update]
74
74
strategy :
75
75
matrix :
76
- branch : [ "3.10", "3.9", "3.8 " ]
76
+ branch : [ "3.11 " ]
77
77
include :
78
- - branch : " 3.10 "
78
+ - branch : " 3.11 "
79
79
overwrite : true
80
80
runs-on : ubuntu-latest
81
81
steps :
@@ -92,10 +92,10 @@ jobs:
92
92
with :
93
93
ref : ${{ matrix.branch }}
94
94
path : ${{ matrix.branch }}
95
- - name : Set up Python 3.11
95
+ - name : Set up Python
96
96
uses : actions/setup-python@v4
97
97
with :
98
- python-version : ' 3.11 '
98
+ python-version : ' 3.13 '
99
99
cache : ' pip'
100
100
cache-dependency-path : ' **/requirements*.txt'
101
101
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments