Skip to content

Commit 0bb9c04

Browse files
authored
Remove support for Python 3.7 in build_nnef.yml
Not supported in latest cibuildwheel tools
1 parent 4e72366 commit 0bb9c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_nnef.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
output-dir: dist/
2929
config-file: nnef-pyproject/pyproject.toml
3030
env:
31-
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*"
31+
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*"
3232

3333
- uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)