We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c5336 commit d232f3aCopy full SHA for d232f3a
tox.ini
@@ -38,16 +38,6 @@ commands =
38
tests: coverage run -m pytest {posargs}
39
mypy: mypy tests/typing docs/examples/fastapi/simple_fastapi_app.py docs/examples/starlette/simple_starlette_app.py
40
41
-# Pydantic and therefore FastAPI isn't ready for 3.14 yet.
42
-[testenv:py314-tests-optional]
43
-deps =
44
- coverage[toml]
45
- aiohttp
46
- flask
47
- httpx
48
- pyramid
49
- starlette
50
-
51
[testenv:py314-mypy]
52
commands =
53
mypy tests/typing/core.py tests/typing/flask.py tests/typing/aiohttp.py tests/typing/pyramid.py tests/typing/starlette.py docs/examples/starlette/simple_starlette_app.py
0 commit comments