From 7f469b6d6e0ce8c90132359f9f03b3aa6babac6b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 3 Dec 2019 11:55:03 +0100 Subject: [PATCH] Fix Python version. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f817d8b..99ed595 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ python = 3.5: py35 3.6: py36,flake8,readme 3.7: py37 - 3.8: py36 + 3.8: py38 pypy3: pypy3 [testenv]