Skip to content

Commit

Permalink
current brotlipy doesn't build against 3.10 any more, mypy transitive…
Browse files Browse the repository at this point in the history
… deps aren't pinned, let's get unstuck
  • Loading branch information
glyph committed Jun 18, 2024
1 parent f833561 commit 1c35956
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.10
basepython = python3.12
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.10
basepython = python3.12
commands =
sphinx-build -b html . html

Expand Down

0 comments on commit 1c35956

Please sign in to comment.