Skip to content

Commit fb3322a

Browse files
authored
Replace pypy3.8 with pypy3.10 (#121)
2 parents b86f94a + 317d345 commit fb3322a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["pypy3.8", "3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
1515
os: [windows-latest, macos-latest, ubuntu-latest]
1616

1717
steps:

0 commit comments

Comments
 (0)