Skip to content

Commit db0a35d

Browse files
committed
Using pypy3.12 instead of pypy3.8 for GitHub actions
1 parent 5d0ed62 commit db0a35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.12"]
1212
os: [ubuntu-24.04, windows-latest]
1313
exclude:
1414
- os: windows-latest
@@ -20,7 +20,7 @@ jobs:
2020
- os: windows-latest
2121
python-version: "3.12"
2222
- os: windows-latest
23-
python-version: "pypy3.8"
23+
python-version: "pypy3.12"
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)