Fixed typo in envlist
Some checks failed
Tests / test (3.10) (pull_request) Successful in 1m1s
Tests / test (3.11) (pull_request) Successful in 59s
Tests / test (3.9) (pull_request) Successful in 59s
Tests / test (3.10) (push) Successful in 1m1s
Tests / test (3.11) (push) Successful in 59s
Tests / test (3.12) (push) Failing after 19s
Tests / test (3.9) (push) Successful in 59s
Tests / test (3.12) (pull_request) Failing after 19s

This commit is contained in:
Profitroll 2024-10-01 19:58:17 +03:00
parent 256eca47f5
commit 2133888d2b

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.9.0
envlist = py39, py310, py311. py312
envlist = py39, py310, py311, py312
isolated_build = true
[gh-actions]