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 1313 # - '3.11'
1414
1515env :
16- CPYTHON_BRANCH : ' 3.11 '
16+ CPYTHON_BRANCH : ' 3.14 '
1717 LANGUAGE : ' ja'
1818
1919jobs :
@@ -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
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
You can’t perform that action at this time.
0 commit comments