From fa6a13a7cc4460987d04088726104877a029b259 Mon Sep 17 00:00:00 2001 From: mcsitter <48606431+mcsitter@users.noreply.github.com> Date: Wed, 20 May 2020 22:41:52 +0200 Subject: [PATCH] Updated compatible python versions As indicated on pypi and in the README pytest supports python version 3.8 and 3.9. The documentation should match. --- AUTHORS | 1 + doc/en/getting-started.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index dd99adff583..5822c74f2cf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -187,6 +187,7 @@ Matt Duck Matt Williams Matthias Hafner Maxim Filipenko +Maximilian Cosmo Sitter mbyt Michael Aquilina Michael Birtwell diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index 2549e8ff62d..56057434edc 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -1,7 +1,7 @@ Installation and Getting Started =================================== -**Pythons**: Python 3.5, 3.6, 3.7, PyPy3 +**Pythons**: Python 3.5, 3.6, 3.7, 3.8, 3.9, PyPy3 **Platforms**: Linux and Windows