Skip to content

Commit e40c66a

Browse files
committed
feat: update tests workflow to use pypy 3.10.
1 parent 0c9891f commit e40c66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
tox: py311
1919
- python: "3.12"
2020
tox: py312
21-
- python: "pypy-3.9"
21+
- python: "pypy-3.10"
2222
tox: pypy3
2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)