File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 - package
2525 - docs
2626 steps :
27- - uses : actions/checkout@v4
28- - uses : actions/setup-python@v5
27+ - uses : actions/checkout@v5
28+ - uses : actions/setup-python@v6
2929 with :
30- python-version : ' 3.12 '
30+ python-version : ' 3.13 '
3131 - name : Install prerequisites
3232 run : python -m pip install tox
3333 - name : Run ${{ matrix.env }}
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 publish :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-python@v5
16+ - uses : actions/checkout@v5
17+ - uses : actions/setup-python@v6
1818 with :
19- python-version : ' 3.12 '
19+ python-version : ' 3.13 '
2020 - name : Install prerequisites
2121 run : python -m pip install build twine wheel
2222 - name : Build package
Original file line number Diff line number Diff line change 3333 - pypy-3.9
3434 - pypy-3.10
3535 steps :
36- - uses : actions/checkout@v4
37- - uses : actions/setup-python@v5
36+ - uses : actions/checkout@v5
37+ - uses : actions/setup-python@v6
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install prerequisites
You can’t perform that action at this time.
0 commit comments