From 0c6b21eb4edbcaad84bbe5d2ef3e8cd33ffc8b2d Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Thu, 28 Mar 2024 14:48:08 -0400 Subject: [PATCH] Test Python 3.8-3.11 in tox --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 94ac6913..8d511f6b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,15 +4,14 @@ testpaths = tests [tox] -envlist = py36, py37, py38, py39, py310 +envlist = py38, py39, py310, py311 [gh-actions] python = - 3.6: py36 - 3.7: py37 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 [testenv] setenv = PYWB_NO_VERIFY_SSL = 1