summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2020-11-02 16:33:06 +0000
committerGitHub <noreply@github.com>2020-11-02 16:33:06 +0000
commitca39e67f3d881f2895c87781431ed50808bf4ef9 (patch)
treea741d6d974334089f9ba283ddd4759715ed2d3f9 /changelog.d
parentImprove start time by adding index to e2e_cross_signing_keys (#8694) (diff)
downloadsynapse-ca39e67f3d881f2895c87781431ed50808bf4ef9.tar.xz
Use Python 3.8 in Docker images by default (#8698)
This bumps us closer to current Python without going all the way to 3.9.

Fixes #8674

Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8698.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8698.misc b/changelog.d/8698.misc
new file mode 100644
index 0000000000..6b777fb295
--- /dev/null
+++ b/changelog.d/8698.misc
@@ -0,0 +1 @@
+Use Python 3.8 in Docker images by default.