Skip to content

Commit fce92b4

Browse files
committed
release fix
1 parent f9d2a9d commit fce92b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: pypa/[email protected]
2222
env:
2323
# Skip old Python versions and PyPy to save time
24-
CIBW_SKIP: "cp36-* cp37-* pp*"
24+
CIBW_SKIP: "cp36-* cp37-* cp38-* pp*"
2525
# Force C++20 standard for Linux builds (Nanobind needs it)
2626
CIBW_ENVIRONMENT_LINUX: "CXXFLAGS='-std=c++20'"
2727

0 commit comments

Comments
 (0)