From 38fd8b6f165cdcab3caf07236cbd6ed4e93d4645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Fri, 15 Apr 2022 19:22:28 +0300 Subject: [PATCH] Deprecate Python 3.6 support --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index bed262a..148f05b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,12 @@ [tox] envlist = # list of supported Django/Python versions: - py{36,37,38,39,py3}-dj{32} + py{37,38,39,py3}-dj{32} py{38,39,310}-dj{40,main} py38-{lint,docs} [gh-actions] python = - 3.6: py36 3.7: py37 3.8: py38 3.9: py39