diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2020-06-25 17:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 17:45:35 +0100 |
commit | b099ef07d622a3d45bce167b4bcd94ff03d0b51e (patch) | |
tree | 1a40330373ec5b1fd289fc847ae31a9855bf2b13 /changelog.d | |
parent | Yield during large v2 state res. (#7735) (diff) | |
download | synapse-b099ef07d622a3d45bce167b4bcd94ff03d0b51e.tar.xz |
Make tox actions work on Debian 10 (#7703)
- Remove the requirement for a specific version of Python - Move dep comment to a separate line, Tox 3.7.0 like trailing ones Signed-off-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7703.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7703.misc b/changelog.d/7703.misc new file mode 100644 index 0000000000..6e89897e45 --- /dev/null +++ b/changelog.d/7703.misc @@ -0,0 +1 @@ +Make Tox actions work on Debian 10. |