From 94fcd3fe741ee8faf5f3867a0958adeac2f6d588 Mon Sep 17 00:00:00 2001 From: Davide Sarra Date: Sun, 23 Oct 2022 18:54:56 +0100 Subject: [PATCH] Do not test on Python 3.5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c6f0a93..42260fd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - {py35,py36,py37}-ipython{5,6,7} + {py36,py37}-ipython{5,6,7} py38-ipython7 py39-ipython7 ; ipython73 adds compatibility with py38+