@@ -11,19 +11,19 @@ jobs:
1111 name : Lint check
1212 uses : apify/workflows/.github/workflows/python_lint_check.yaml@main
1313 with :
14- python-version : ' ["3.10", "3.11", "3.12", "3.13"]'
14+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
1515
1616 type_check :
1717 name : Type check
1818 uses : apify/workflows/.github/workflows/python_type_check.yaml@main
1919 with :
20- python-version : ' ["3.10", "3.11", "3.12", "3.13"]'
20+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
2121
2222 unit_tests :
2323 name : Unit tests
2424 uses : apify/workflows/.github/workflows/python_unit_tests.yaml@main
2525 with :
26- python-version : ' ["3.10", "3.11", "3.12", "3.13"]'
26+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
2727
2828 async_docstrings :
2929 name : Async dostrings check
3838 needs : [lint_check, type_check, unit_tests]
3939 uses : apify/workflows/.github/workflows/python_integration_tests.yaml@main
4040 with :
41- python-version : ' ["3.10", "3.11", "3.12", "3.13"]'
41+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
4242 secrets : inherit
0 commit comments