CI: Replace pypy3.9 with pypy3.10 (#433)

This commit is contained in:
Hugo van Kemenade 2023-06-18 14:45:26 +03:00 committed by GitHub
commit 7f1c90cfea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
steps: