Skip to content

Commit

Permalink
Python 3.8 for tox (matrix-org#6341)
Browse files Browse the repository at this point in the history
... and update INSTALL.md to include py3.8.

We'll also have to update the buildkite pipeline to run it
  • Loading branch information
richvdh authored Nov 7, 2019
1 parent e914cf1 commit c5abb67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ that your email address is probably `[email protected]` 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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/6341.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add continuous integration for python 3.8.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5abb67

Please sign in to comment.