Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tzoiker authored Mar 24, 2024
1 parent cc401bd commit f2069a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ labels =
py39 = py39-pydantic{1,2}-pysimdjson{3,4,5,6}
py310 = py310-pydantic{1,2}-pysimdjson{3,4,5,6}
py311 = py311-pydantic{1,2}-pysimdjson{3,5,6}
py312 = py312-pydantic{1,2}-pysimdjson{3,6}
py312 = py312-pydantic{1,2}-pysimdjson{6}

[testenv]
passenv=
Expand All @@ -34,7 +34,7 @@ commands = pytest tests

[testenv:mypy-pydantic{1,2}]
labels = mypy
basepython = python3.12
basepython = python3.8
deps =
mypy
pydantic1: pydantic~=1.0
Expand Down

0 comments on commit f2069a2

Please sign in to comment.