diff options
author | David Robertson <davidr@element.io> | 2022-11-01 13:07:54 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-11-03 21:37:17 +0000 |
commit | 2e2cffe1a27c2d819ab7eec188a4a7c4f64dabcc (patch) | |
tree | d445071b9a4650300fd49e6790deaa95b09f4cec /.github/workflows | |
parent | Update legacy `synapse_admin_mau:` metric names in docs (#14358) (diff) | |
download | synapse-2e2cffe1a27c2d819ab7eec188a4a7c4f64dabcc.tar.xz |
Cherry-pick "Run trial tests against Python 3.11 (#13812)" and fixup commit
4f5d492cd6a9438de03d1b768f4c220cb662ac06 The release branch CI is failing because poetry seems unable to install wrapt 1.13.3 when run under CPython 3.11. Develop has already bumped wrapt for 3.11 compatibility. Cherry-pick that commit here to try and get CI going again.
Diffstat (limited to '.github/workflows')
-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: |