Skip to content

Commit 70f929a

Browse files
authored
Try working around package installation issues
1 parent 2773ff5 commit 70f929a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,12 @@ base_python = 3.13
9797
commands =
9898
pre-commit run pip-compile --all-files
9999

100-
# TODO: allow specifying e.g. typing-3.11 to run with --python[-]version=3.11
101100
[testenv:typing]
102101
description = "Run type checks: mypy on all platforms, and pyright on `src/trio[/_core]/_tests/type_tests/`."
103102
deps =
104103
-r test-requirements.txt
105104
exceptiongroup
106-
base_python = 3.13
105+
base_python = 3.11
107106
set_env =
108107
PYRIGHT_PYTHON_IGNORE_WARNINGS=1
109108
commands =

0 commit comments

Comments
 (0)