diff options
author | Dan Callahan <dan.callahan@gmail.com> | 2020-10-27 23:24:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 23:24:33 +0000 |
commit | 88e1d0c52b6f59ee8eb13a8a0c6657eb54557fe6 (patch) | |
tree | b1912461e9076c46825a031c0353fa4d90a0406f /tox.ini | |
parent | Cross-link documentation to the prometheus recording rules. (#8667) (diff) | |
download | synapse-88e1d0c52b6f59ee8eb13a8a0c6657eb54557fe6.tar.xz |
Note support for Python 3.9 (#8665)
As expected, all tests pass locally without modification. Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 6dcc439a40..6a507d3012 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = packaging, py35, py36, py37, py38, check_codestyle, check_isort +envlist = packaging, py35, py36, py37, py38, py39, check_codestyle, check_isort [base] extras = test |