diff options
author | Dan Callahan <danc@element.io> | 2020-11-02 16:33:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 16:33:06 +0000 |
commit | ca39e67f3d881f2895c87781431ed50808bf4ef9 (patch) | |
tree | a741d6d974334089f9ba283ddd4759715ed2d3f9 /changelog.d | |
parent | Improve start time by adding index to e2e_cross_signing_keys (#8694) (diff) | |
download | synapse-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.misc | 1 |
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. |