Skip to content

Commit 04ddc85

Browse files
committed
✏️ Doesn't support to test the Python version less than 3.9.
1 parent b2b3036 commit 04ddc85

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/rw_poetry_run_test_with_multi_py_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run_test_items:
7171
strategy:
7272
matrix:
73-
python-version: [3.8,3.9,'3.10','3.11']
73+
python-version: [3.9,'3.10','3.11']
7474
os: [ubuntu-latest,ubuntu-20.04,macos-latest,macos-13]
7575
test-path: ${{fromJson(inputs.all_test_items_paths)}}
7676
fail-fast: false # Fix issue in GitHub Action: FailFast: cancelling since parallel instance has failed

.github/workflows/rw_run_test_with_multi_py_versions.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,8 @@ jobs:
6666
run_test_items:
6767
strategy:
6868
matrix:
69-
python-version: [3.6,3.7,3.8,3.9,'3.10','3.11']
69+
python-version: [3.9,'3.10','3.11']
7070
os: [ubuntu-latest,ubuntu-20.04,macos-latest,macos-13]
71-
exclude:
72-
- os: ubuntu-latest # Issue: The version '3.6' with architecture 'x64' was not found for Ubuntu 22.04
73-
python-version: 3.6
74-
- os: macos-latest
75-
python-version: 3.6
76-
- os: macos-latest # Issue: The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1.
77-
python-version: 3.7
7871
test-path: ${{fromJson(inputs.all_test_items_paths)}}
7972
fail-fast: false # Fix issue in GitHub Action: FailFast: cancelling since parallel instance has failed
8073

0 commit comments

Comments
 (0)