Update tox env to Python 3.11

This commit is contained in:
Bruno Alla 2023-04-14 18:37:10 +01:00
parent 1dde9d2fbc
commit 48019cf2ce
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
[tox] [tox]
skipsdist = true skipsdist = true
envlist = py310,black-template envlist = py311,black-template
[testenv] [testenv]
deps = -rrequirements.txt deps = -rrequirements.txt