From 345a32ab5790976820d25f21f1483f5fc8fd2852 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 11 Dec 2020 13:47:23 +0100 Subject: [PATCH] Correct supported versions in index.rst You're testing Python up to 3.8 in your github actions. 3.5 is really ancient, so "we test only 3.5" sounds scary. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e6f3909..a1c5dee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ multiple test cases. You can find (and fork) the project on Github_. DDT should work on Python2 and Python3, but we only officially test it for -versions 2.7 and 3.5. +versions 2.7 and 3.5-3.8. Contents: