Skip to content

Commit d6cdb67

Browse files
committedOct 15, 2024
See if python 3.7 still works when using an older Ubuntu version.
This should be undone once python 3.7 is EOL.
1 parent 52cceaf commit d6cdb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
16+
os: ["ubuntu-22.04", "macos-latest", "windows-latest"]
1717
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818
exclude:
1919
- os: "macos-latest"

0 commit comments

Comments
 (0)