mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-18 21:39:22 -04:00
⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs (#14559)
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com> Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
99ef383398
commit
ed97d9dc0c
@@ -6,11 +6,11 @@ from ...utils import needs_pydanticv2
|
||||
|
||||
|
||||
def get_client() -> TestClient:
|
||||
from docs_src.conditional_openapi import tutorial001
|
||||
from docs_src.conditional_openapi import tutorial001_py39
|
||||
|
||||
importlib.reload(tutorial001)
|
||||
importlib.reload(tutorial001_py39)
|
||||
|
||||
client = TestClient(tutorial001.app)
|
||||
client = TestClient(tutorial001_py39.app)
|
||||
return client
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user