Skip to content

Commit

Permalink
Test Python 3.8-3.11 in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 28, 2024
1 parent a8ed1db commit 0c6b21e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c6b21e

Please sign in to comment.