Explorar el Código

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
tags/v1.6.0rc1
Richard van der Hoff hace 4 años
committed by GitHub
padre
commit
c5abb67e43
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 3 ficheros con 3 adiciones y 2 borrados
  1. +1
    -1
      INSTALL.md
  2. +1
    -0
      changelog.d/6341.misc
  3. +1
    -1
      tox.ini

+ 1
- 1
INSTALL.md Ver fichero

@@ -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
- 0
changelog.d/6341.misc Ver fichero

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

+ 1
- 1
tox.ini Ver fichero

@@ -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


Cargando…
Cancelar
Guardar