Skip to content

Commit 6603c61

Browse files
committed
Run integration tests only for 3.10 and 3.14
1 parent 3062e29 commit 6603c61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.10", "3.11", "3.12", "3.13", "3.14"]'
62+
python-versions: '["3.10", "3.14"]'
6363

6464
update_changelog:
6565
name: Update changelog

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.10", "3.11", "3.12", "3.13", "3.14"]'
73+
python-versions: '["3.10", "3.14"]'
7474

7575
update_changelog:
7676
name: Update changelog

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
name: Integration tests
4343
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
4444
with:
45-
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
45+
python-versions: '["3.10", "3.14"]'
4646
secrets: inherit

0 commit comments

Comments
 (0)