@@ -16,19 +16,19 @@ jobs:
1616 name : Lint check
1717 uses : apify/workflows/.github/workflows/python_lint_check.yaml@main
1818 with :
19- python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
19+ python-versions : ' ["3.10", "3.11", "3.12", "3.13", "3.14" ]'
2020
2121 type_check :
2222 name : Type check
2323 uses : apify/workflows/.github/workflows/python_type_check.yaml@main
2424 with :
25- python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
25+ python-versions : ' ["3.10", "3.11", "3.12", "3.13", "3.14" ]'
2626
2727 unit_tests :
2828 name : Unit tests
2929 uses : apify/workflows/.github/workflows/python_unit_tests.yaml@main
3030 with :
31- python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
31+ python-versions : ' ["3.10", "3.11", "3.12", "3.13", "3.14" ]'
3232
3333 async_docstrings :
3434 name : Async dostrings check
4343 needs : [lint_check, type_check, unit_tests]
4444 uses : apify/workflows/.github/workflows/python_integration_tests.yaml@main
4545 with :
46- python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
46+ python-versions : ' ["3.10", "3.11", "3.12", "3.13", "3.14" ]'
4747 secrets : inherit
0 commit comments