Skip to content

Commit 317d345

Browse files
committed
Replace pypy3.8 with pypy3.10
Committed via https://github.com/asottile/all-repos
1 parent b86f94a commit 317d345

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)