diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-20 07:42:24 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-20 18:42:24 +1100 |
commit | c594cc8076b34ba79311a51590cb3876fd3a301e (patch) | |
tree | 6f928d3bdca57bcb0246e2a73767a20b8a4b00f8 /changelog.d | |
parent | Merge pull request #4671 from matrix-org/erikj/state_cache_invalidation (diff) | |
download | synapse-c594cc8076b34ba79311a51590cb3876fd3a301e.tar.xz |
Run unit tests against python 3.7 (#4677)
* Run unit tests against python 3.7 ... so that we span the full range of our supported python versions * Switch to xenial * fix psql fail * pep8 etc want python 3.6
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4677.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4677.misc b/changelog.d/4677.misc new file mode 100644 index 0000000000..6f4596be4a --- /dev/null +++ b/changelog.d/4677.misc @@ -0,0 +1 @@ +Run unit tests against python 3.7. |