@@ -36,19 +36,19 @@ jobs:
36
36
name : Lint check
37
37
uses : apify/workflows/.github/workflows/python_lint_check.yaml@main
38
38
with :
39
- python-versions : ' ["3.9", "3. 10", "3.11", "3.12", "3.13"]'
39
+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
40
40
41
41
type_check :
42
42
name : Type check
43
43
uses : apify/workflows/.github/workflows/python_type_check.yaml@main
44
44
with :
45
- python-versions : ' ["3.9", "3. 10", "3.11", "3.12", "3.13"]'
45
+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
46
46
47
47
unit_tests :
48
48
name : Unit tests
49
49
uses : apify/workflows/.github/workflows/python_unit_tests.yaml@main
50
50
with :
51
- python-versions : ' ["3.9", "3. 10", "3.11", "3.12", "3.13"]'
51
+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
52
52
53
53
async_docstrings :
54
54
name : Async dostrings check
59
59
uses : apify/workflows/.github/workflows/python_integration_tests.yaml@main
60
60
secrets : inherit
61
61
with :
62
- python-versions : ' ["3.9", "3. 10", "3.11", "3.12", "3.13"]'
62
+ python-versions : ' ["3.10", "3.11", "3.12", "3.13"]'
63
63
64
64
update_changelog :
65
65
name : Update changelog
0 commit comments