Skip to content

Update project to require Python 3.10 #75

Update project to require Python 3.10

Update project to require Python 3.10 #75

Triggered via pull request October 16, 2025 19:44
Status Failure
Total duration 22s
Artifacts

continuous_integration.yaml

on: pull_request
lint_and_type_check
18s
lint_and_type_check
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint_and_type_check
Process completed with exit code 1.
Ruff (UP035): snappylapy/expectation_classes/expect_dataframe.py#L14
snappylapy/expectation_classes/expect_dataframe.py:14:5: UP035 Import from `typing` instead: `TypeAlias`
Ruff (UP036): snappylapy/expectation_classes/expect_dataframe.py#L11
snappylapy/expectation_classes/expect_dataframe.py:11:4: UP036 Version block is outdated for minimum Python version
Ruff (UP035): snappylapy/expectation_classes/expect_dataframe.py#L9
snappylapy/expectation_classes/expect_dataframe.py:9:1: UP035 Import from `collections.abc` instead: `Callable`