mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-21 15:54:37 -04:00
Note support for Python 3.9 (#8665)
As expected, all tests pass locally without modification. Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
parent
f49c2093b5
commit
88e1d0c52b
4 changed files with 4 additions and 2 deletions
2
tox.ini
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue