Skip to content

Commit 4bb9cc8

Browse files
committed
update python versions
1 parent 35e7892 commit 4bb9cc8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ jobs:
1010
lint_check:
1111
name: Lint check
1212
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
13+
with:
14+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
1315

1416
type_check:
1517
name: Type check
1618
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
19+
with:
20+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
1721

1822
unit_tests:
1923
name: Unit tests
2024
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
25+
with:
26+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
2127

2228
docs_check:
2329
name: Docs check
@@ -28,3 +34,5 @@ jobs:
2834
needs: [lint_check, type_check, unit_tests]
2935
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@fix-integration-tests-from-forks
3036
secrets: inherit
37+
with:
38+
python-version: '["3.10", "3.13"]'

0 commit comments

Comments
 (0)