Skip to content

Commit abccf80

Browse files
committed
GHA drops support for py3.7
1 parent 3545784 commit abccf80

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1717
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.x"]
1818
exclude:
19-
# GHA doesn't list 3.6 for ubuntu-22.04
19+
# GHA no longer includes
2020
- os: ubuntu-latest
2121
python-version: "3.6"
22+
- os: ubuntu-latest
23+
python-version: "3.7"
2224

2325
# MacOS 14.4.1 for arm64 doesn't support Python < 3.8
2426
- os: macos-latest
@@ -286,7 +288,7 @@ jobs:
286288
- name: Set up Python ${{ matrix.python-version }}
287289
uses: actions/setup-python@v5
288290
with:
289-
python-version: "3.7"
291+
python-version: "3.11"
290292
- name: Install dependencies
291293
run: |
292294
python -m pip install --upgrade pip
@@ -305,7 +307,7 @@ jobs:
305307
ls dist/setuptools_dso-*
306308
tar -taf dist/setuptools_dso-*.tar.*
307309
- name: Save
308-
uses: actions/upload-artifact@v3
310+
uses: actions/upload-artifact@v4
309311
with:
310312
name: artifacts
311313
path: dist/setuptools_dso-*

0 commit comments

Comments
 (0)