diff options
author | David Robertson <davidr@element.io> | 2022-11-01 13:07:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 13:07:54 +0000 |
commit | 5905ba12d0c652b77ffc677196c7e31addb0eedf (patch) | |
tree | 31219ce34956bf5092cc06fec604f2950922c77a /.github | |
parent | Revert "Fix event size checks (#13710)" (diff) | |
download | synapse-5905ba12d0c652b77ffc677196c7e31addb0eedf.tar.xz |
Run trial tests against Python 3.11 (#13812)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff5cf0c534..27fef6b5bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -393,7 +393,7 @@ jobs: - python-version: "3.7" postgres-version: "10" - - python-version: "3.10" + - python-version: "3.11" postgres-version: "14" services: |