1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

Test Python 3.8-3.11 in tox

This commit is contained in:
Tessa Walsh 2024-03-28 14:48:08 -04:00
parent a8ed1dbbd5
commit 0c6b21eb4e

View File

@ -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