Skip to content

Commit 9b4bd8f

Browse files
authored
ci: fix CI (#470)
1 parent 92b4789 commit 9b4bd8f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pre_release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ jobs:
3636
name: Lint check
3737
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
3838
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"]'
4040

4141
type_check:
4242
name: Type check
4343
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
4444
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"]'
4646

4747
unit_tests:
4848
name: Unit tests
4949
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
5050
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"]'
5252

5353
async_docstrings:
5454
name: Async dostrings check
@@ -59,7 +59,7 @@ jobs:
5959
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
6060
secrets: inherit
6161
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"]'
6363

6464
update_changelog:
6565
name: Update changelog

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ jobs:
4747
name: Lint check
4848
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
4949
with:
50-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
50+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
5151

5252
type_check:
5353
name: Type check
5454
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
5555
with:
56-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
56+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
5757

5858
unit_tests:
5959
name: Unit tests
6060
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
6161
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"]'
6363

6464
async_docstrings:
6565
name: Async dostrings check
@@ -70,7 +70,7 @@ jobs:
7070
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
7171
secrets: inherit
7272
with:
73-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
73+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
7474

7575
update_changelog:
7676
name: Update changelog

0 commit comments

Comments
 (0)