Skip to content

Commit

Permalink
version bump on mypy basepython
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Jun 18, 2024
1 parent b5f5d95 commit f833561
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 @@ -26,7 +26,7 @@ commands =
{envbindir}/trial {posargs:treq}

[testenv:mypy]
basepython = python3.8
basepython = python3.10
deps =
mypy==1.0.1
mypy-zope==0.9.1
Expand Down Expand Up @@ -67,7 +67,7 @@ commands =
[testenv:docs]
extras = docs
changedir = docs
basepython = python3.8
basepython = python3.10
commands =
sphinx-build -b html . html

Expand Down

0 comments on commit f833561

Please sign in to comment.