Skip to content

Commit 4a98a06

Browse files
vdusekclaude
andcommitted
ci: drop Python 3.10 from lint and type check matrices
The package now requires Python >= 3.11; CI was still running lint and type checks on 3.10, which fails at dependency install and cancels the remaining matrix entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d9c5fab commit 4a98a06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
name: Lint check
4646
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
4747
with:
48-
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
48+
python_versions: '["3.11", "3.12", "3.13", "3.14"]'
4949

5050
type_check:
5151
name: Type check
5252
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
5353
with:
54-
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
54+
python_versions: '["3.11", "3.12", "3.13", "3.14"]'
5555

5656
unit_tests:
5757
name: Unit tests

0 commit comments

Comments
 (0)