1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00
This commit is contained in:
Andrew Morgan 2025-03-28 15:55:49 +00:00 committed by GitHub
commit e9f09b9ba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -460,7 +460,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.