Drop support for Python 3.9 (#1766)

This commit is contained in:
Sebastián Ramírez
2026-02-20 08:34:55 -08:00
committed by GitHub
parent ffdcb44ae2
commit ede8dd062d
229 changed files with 473 additions and 8406 deletions

View File

@@ -8,7 +8,6 @@ from ...conftest import coverage_run, needs_py310
@pytest.mark.parametrize(
"module_name",
[
"tutorial001_py39",
pytest.param("tutorial001_py310", marks=needs_py310),
],
)

View File

@@ -12,7 +12,6 @@ from ...conftest import needs_py310
@pytest.fixture(
name="module",
params=[
"tutorial002_py39",
pytest.param("tutorial002_py310", marks=needs_py310),
],
)

View File

@@ -12,7 +12,6 @@ from ...conftest import needs_py310
@pytest.fixture(
name="module",
params=[
"tutorial003_py39",
pytest.param("tutorial003_py310", marks=needs_py310),
],
)