Skip to content

Commit 5bdbd87

Browse files
committed
Run python 3.7 on last supported ubuntu
1 parent 5dff8be commit 5bdbd87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
9999
include:
100100
- { os: ubuntu-latest, shell: bash }
101+
- { os: ubuntu-22.04, shell: bash, python-version: 3.7 }
101102
- { os: macos-latest, shell: bash }
102103
- { os: macos-13, shell: bash }
103104
- { os: windows-latest, shell: pwsh }
@@ -106,6 +107,7 @@ jobs:
106107
- { os: macos-latest, python-version: 3.7 }
107108
- { os: macos-latest, python-version: 3.8 }
108109
- { os: macos-latest, python-version: 3.9 }
110+
- { os: ubuntu-latest, python-version: 3.7 }
109111

110112
defaults:
111113
run:

0 commit comments

Comments
 (0)