Skip to content

Commit

Permalink
Replace pypy3.8 with pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jun 18, 2023
1 parent bf005e9 commit 3af1ea0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,13 @@ jobs:
fail-fast: false
matrix:
python-version: [
"3.12-dev",
"3.11-dev",
"3.10-dev",
"3.9-dev",
"3.8-dev",
"3.7-dev",
"3.7",
"pypy-3.10",
"pypy-3.9",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"pypy-3.8",
"pypy-3.9",
]
os: [
windows-latest,
Expand Down

0 comments on commit 3af1ea0

Please sign in to comment.