We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d2a9d commit fce92b4Copy full SHA for fce92b4
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: pypa/[email protected]
22
env:
23
# Skip old Python versions and PyPy to save time
24
- CIBW_SKIP: "cp36-* cp37-* pp*"
+ CIBW_SKIP: "cp36-* cp37-* cp38-* pp*"
25
# Force C++20 standard for Linux builds (Nanobind needs it)
26
CIBW_ENVIRONMENT_LINUX: "CXXFLAGS='-std=c++20'"
27
0 commit comments