mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-02-04 11:44:01 +08:00
➖ Drop support for Python 3.8 in CI and docs (#1695)
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
d7b596b1dd
commit
afc0c324cf
@@ -5,7 +5,7 @@ from types import ModuleType
|
||||
import pytest
|
||||
from sqlmodel import create_engine
|
||||
|
||||
from tests.conftest import PrintMock, needs_py39, needs_py310
|
||||
from tests.conftest import PrintMock, needs_py310
|
||||
|
||||
expected_calls = [
|
||||
[
|
||||
@@ -34,8 +34,7 @@ class Modules:
|
||||
@pytest.fixture(
|
||||
name="modules",
|
||||
params=[
|
||||
"tutorial001",
|
||||
pytest.param("tutorial001_py39", marks=needs_py39),
|
||||
pytest.param("tutorial001_py39"),
|
||||
pytest.param("tutorial001_py310", marks=needs_py310),
|
||||
],
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ from types import ModuleType
|
||||
import pytest
|
||||
from sqlmodel import create_engine
|
||||
|
||||
from ...conftest import PrintMock, needs_py39, needs_py310
|
||||
from ...conftest import PrintMock, needs_py310
|
||||
|
||||
expected_calls = [
|
||||
[
|
||||
@@ -34,8 +34,7 @@ class Modules:
|
||||
@pytest.fixture(
|
||||
name="modules",
|
||||
params=[
|
||||
"tutorial002",
|
||||
pytest.param("tutorial002_py39", marks=needs_py39),
|
||||
pytest.param("tutorial002_py39"),
|
||||
pytest.param("tutorial002_py310", marks=needs_py310),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user