Compare commits

..

No commits in common. "2133888d2bb3d1e902f2586939d43f69228e30af" and "c3c35394ff8f28e13bb3157c18d3bb8c1a4ba157" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

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]