Skip to content

Commit 731c58e

Browse files
committed
versions
1 parent 4aa7134 commit 731c58e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/pre_release.yaml

Lines changed: 3 additions & 3 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.9", "3.10", "3.11", "3.12", "3.13"]'
35+
python-versions: '["3.9", "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.9", "3.10", "3.11", "3.12", "3.13"]'
41+
python-versions: '["3.9", "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.9", "3.10", "3.11", "3.12", "3.13"]'
47+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
4848

4949
integration_tests:
5050
name: Integration tests

.github/workflows/release.yaml

Lines changed: 3 additions & 3 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.9", "3.10", "3.11", "3.12", "3.13"]'
46+
python-versions: '["3.9", "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.9", "3.10", "3.11", "3.12", "3.13"]'
52+
python-versions: '["3.9", "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.9", "3.10", "3.11", "3.12", "3.13"]'
58+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
5959

6060
integration_tests:
6161
name: Integration tests

.github/workflows/run_code_checks.yaml

Lines changed: 3 additions & 3 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.9", "3.10", "3.11", "3.12", "3.13"]'
14+
python-versions: '["3.9", "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.9", "3.10", "3.11", "3.12", "3.13"]'
20+
python-versions: '["3.9", "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.9", "3.10", "3.11", "3.12", "3.13"]'
26+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
2727

2828
docs_check:
2929
name: Docs check

0 commit comments

Comments
 (0)