From 6492477198a2be343e7666fbc7c01f473c334189 Mon Sep 17 00:00:00 2001 From: Wouter de Vries Date: Sat, 8 Oct 2022 21:06:03 +0200 Subject: [PATCH] Drop support for Python 3.6 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4d11248..88f3800 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,9 @@ [tox] isolated_build = True -envlist = py36,py37,py38,py39,py310 +envlist = py37,py38,py39,py310 [gh-actions] python = - 3.6: py36 3.7: py37 3.8: py38 3.9: py39