summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-11-01 13:07:54 +0000
committerDavid Robertson <davidr@element.io>2022-11-03 21:37:17 +0000
commit2e2cffe1a27c2d819ab7eec188a4a7c4f64dabcc (patch)
treed445071b9a4650300fd49e6790deaa95b09f4cec /changelog.d
parentUpdate legacy `synapse_admin_mau:` metric names in docs (#14358) (diff)
downloadsynapse-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 'changelog.d')
-rw-r--r--changelog.d/13812.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13812.misc b/changelog.d/13812.misc
new file mode 100644
index 0000000000..667fdee2b7
--- /dev/null
+++ b/changelog.d/13812.misc
@@ -0,0 +1 @@
+Run unit tests against Python 3.11.