Update tox environments to match supported Python versions

This commit is contained in:
Fabio Valentini 2022-07-23 18:58:24 +02:00
parent 1209f5f08f
commit 407e56c606
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,py310
envlist = py38,py39,py310,py311
skipsdist = True
[testenv]