Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.