Skip to content

Commit 8ed8923

Browse files
committed
versions
1 parent 47dbe08 commit 8ed8923

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
@@ -32,19 +32,19 @@ jobs:
3232
name: Lint check
3333
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
3434
with:
35-
python-version: '["3.10", "3.11", "3.12", "3.13"]'
35+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
3636

3737
type_check:
3838
name: Type check
3939
uses: apify/workflows/.github/workflows/python_type_check.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

4343
unit_tests:
4444
name: Unit tests
4545
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
4646
with:
47-
python-version: '["3.10", "3.11", "3.12", "3.13"]'
47+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4848

4949
async_docstrings:
5050
name: Async dostrings check
@@ -55,7 +55,7 @@ jobs:
5555
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
5656
secrets: inherit
5757
with:
58-
python-version: '["3.10", "3.11", "3.12", "3.13"]'
58+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
5959

6060
update_changelog:
6161
name: Update changelog

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ jobs:
4343
name: Lint check
4444
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
4545
with:
46-
python-version: '["3.10", "3.11", "3.12", "3.13"]'
46+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4747

4848
type_check:
4949
name: Type check
5050
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
5151
with:
52-
python-version: '["3.10", "3.11", "3.12", "3.13"]'
52+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
5353

5454
unit_tests:
5555
name: Unit tests
5656
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
5757
with:
58-
python-version: '["3.10", "3.11", "3.12", "3.13"]'
58+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
5959

6060
async_docstrings:
6161
name: Async dostrings check
@@ -66,7 +66,7 @@ jobs:
6666
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
6767
secrets: inherit
6868
with:
69-
python-version: '["3.10", "3.11", "3.12", "3.13"]'
69+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
7070

7171
update_changelog:
7272
name: Update changelog

.github/workflows/run_code_checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -38,5 +38,5 @@ jobs:
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

Comments
 (0)