File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2424 - package
2525 - docs
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1313 publish :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.13'
Original file line number Diff line number Diff line change 3333 - pypy-3.8
3434 - pypy-3.9
3535 - pypy-3.10
36+ - pypy-3.11
3637 steps :
37- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3839 - uses : actions/setup-python@v6
3940 with :
4041 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ envlist =
55 lint
66 format
77 py3{8,9,10,11,12,13,14}
8- pypy3{8,9,10}
8+ pypy3{8,9,10,11 }
99 package
1010 docs
1111 clean
You can’t perform that action at this time.
0 commit comments