Drop python 3.7 and add 3.12 to TOX

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
This commit is contained in:
Yurii Serhiichuk 2024-05-26 20:38:23 +02:00
parent 14a3500b3a
commit 45637d92ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311},lint
envlist = py{38,39,310,311,312},lint
skipsdist = True
[testenv]