Skip to content

Commit 4ce288b

Browse files
committed
Add PyPy 3.11 to test matrix, update GH actions
1 parent dd241fa commit 4ce288b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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'

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
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 }}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)