1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Morgan
1ce05872f9 newsfile 2024-12-16 12:16:26 +00:00
Andrew Morgan
9c877bdb95 Bump pypy to 3.10
pypy 3.9 is EOL
2024-12-16 12:14:37 +00:00
2 changed files with 2 additions and 1 deletions

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:

1
changelog.d/18032.misc Normal file
View File

@@ -0,0 +1 @@
Bump pypy version in our test CI to 3.10.