Skip to content

Commit 8bfc35c

Browse files
author
Shubham
committed
Avoid testing against Python 3.7 on ubuntu-latest runner
1 parent e1b5cc4 commit 8bfc35c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
exclude:
1515
- os: "macos"
1616
python: "3.7" # Prevent "The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1"
17+
- os: "ubuntu"
18+
python: "3.7" # Python 3.7 is not available in ubuntu-latest i.e. version 24.04
1719
runs-on: ${{ matrix.os }}-latest
1820

1921
steps:

0 commit comments

Comments
 (0)