Bump pypy to 3.10

pypy 3.9 is EOL
This commit is contained in:
Andrew Morgan 2024-12-16 12:14:37 +00:00
parent 95853c5f31
commit 9c877bdb95

View file

@ -458,7 +458,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy-3.9"]
python-version: ["pypy-3.10"]
extras: ["all"]
steps: