Python 3.8 for tox (#6341)

... and update INSTALL.md to include py3.8.

We'll also have to update the buildkite pipeline to run it
This commit is contained in:
Richard van der Hoff 2019-11-07 17:14:13 +00:00 committed by GitHub
parent e914cf12f6
commit c5abb67e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ that your email address is probably `user@example.com` rather than
System requirements:
- POSIX-compliant system (tested on Linux & OS X)
- Python 3.5, 3.6, or 3.7
- Python 3.5, 3.6, 3.7 or 3.8.
- At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org
Synapse is written in Python but some of the libraries it uses are written in

1
changelog.d/6341.misc Normal file
View File

@ -0,0 +1 @@
Add continuous integration for python 3.8.

View File

@ -1,5 +1,5 @@
[tox]
envlist = packaging, py35, py36, py37, check_codestyle, check_isort
envlist = packaging, py35, py36, py37, py38, check_codestyle, check_isort
[base]
basepython = python3.7