Merge pull request #1143 from cebtenzzre/fix-tox

Update python versions in tox.ini
This commit is contained in:
Andrew Senetar 2023-12-01 22:08:42 -06:00 committed by GitHub
commit 4385b50825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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