Skip to content

Commit 7549196

Browse files
authored
pypy3.11
1 parent de6864e commit 7549196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
tox:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
python-version:
1516
- 3.8
@@ -19,7 +20,7 @@ jobs:
1920
- 3.12
2021
- 3.13
2122
- 3.14
22-
- pypy3
23+
- pypy3.11
2324

2425
steps:
2526
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)