Skip to content

Commit 8872272

Browse files
committed
up github actions
1 parent 2cfe291 commit 8872272

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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

.github/workflows/run_code_checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9", "3.10", "3.11", "3.12", "3.13"]'
19+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
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.9", "3.10", "3.11", "3.12", "3.13"]'
25+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
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.9", "3.10", "3.11", "3.12", "3.13"]'
31+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
3232

3333
async_docstrings:
3434
name: Async dostrings check
@@ -43,5 +43,5 @@ jobs:
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.9", "3.10", "3.11", "3.12", "3.13"]'
46+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4747
secrets: inherit

0 commit comments

Comments
 (0)