Skip to content
Snippets Groups Projects
Unverified Commit c5abb67e authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

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
parent e914cf12
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ that your email address is probably `user@example.com` rather than ...@@ -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
......
Add continuous integration for python 3.8.
\ No newline at end of file
[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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment