Compare commits

..

2 Commits

Author SHA1 Message Date
2133888d2b 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
2024-10-01 19:58:17 +03:00
256eca47f5 Update dependency tox to v4.21.0
Some checks failed
Tests / test (3.10) (pull_request) Failing after 10s
Tests / test (3.11) (pull_request) Failing after 9s
Tests / test (3.12) (pull_request) Failing after 9s
Tests / test (3.9) (pull_request) Failing after 10s
2024-10-01 07:39:24 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ mypy==1.11.2
pylint==3.3.1 pylint==3.3.1
pytest-cov==5.0.0 pytest-cov==5.0.0
pytest==8.3.3 pytest==8.3.3
tox==4.20.0 tox==4.21.0
twine==5.1.1 twine==5.1.1

View File

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