forked from MirrorHub/synapse
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:
parent
e914cf12f6
commit
c5abb67e43
3 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@ that your email address is probably `user@example.com` rather than
|
||||||
System requirements:
|
System requirements:
|
||||||
|
|
||||||
- POSIX-compliant system (tested on Linux & OS X)
|
- 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
|
- 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
|
Synapse is written in Python but some of the libraries it uses are written in
|
||||||
|
|
1
changelog.d/6341.misc
Normal file
1
changelog.d/6341.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add continuous integration for python 3.8.
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = packaging, py35, py36, py37, check_codestyle, check_isort
|
envlist = packaging, py35, py36, py37, py38, check_codestyle, check_isort
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
|
|
Loading…
Reference in a new issue