Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Python 3.8 support #1913

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

g-as
Copy link
Contributor

@g-as g-as commented Feb 18, 2025

No description provided.

g-as added 2 commits February 18, 2025 22:36
Signed-off-by: Guillaume Andreu Sabater <[email protected]>
Signed-off-by: Guillaume Andreu Sabater <[email protected]>
@g-as g-as force-pushed the feature/remove_3.8 branch from 128af5d to 8558ddc Compare February 18, 2025 21:51
Signed-off-by: Guillaume Andreu Sabater <[email protected]>
@g-as g-as force-pushed the feature/remove_3.8 branch from 8558ddc to 75d343f Compare February 18, 2025 21:51
@cosmicBboy
Copy link
Collaborator

the ci error looks odd:

ImportError while loading conftest '/home/runner/work/pandera/pandera/tests/core/conftest.py'.
tests/core/conftest.py:4: in <module>
    from tests.core.checks_fixtures import (
tests/core/checks_fixtures.py:9: in <module>
    import pandera as pa
pandera/__init__.py:26: in <module>
    from pandera.api.pandas.array import SeriesSchema
pandera/api/pandas/array.py:15: in <module>
    from pandera.engines import pandas_engine
pandera/engines/pandas_engine.py:1216: in <module>
    class PydanticModel(DataType):
pandera/engines/pandas_engine.py:1219: in PydanticModel
    type: type[BaseModel] = dataclasses.field(default=None, init=False)  # type: ignore[assignment]
E   TypeError: 'Field' object is not subscriptable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants