We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce59371 commit 5089aafCopy full SHA for 5089aaf
.github/workflows/main.yml
@@ -148,7 +148,7 @@ jobs:
148
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
149
CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
150
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
151
- CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* pp* *-musllinux*"
+ CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp311-* pp* *-musllinux*"
152
CIBW_TEST_COMMAND: python -m filprofiler run {project}/benchmarks/pystone.py
153
steps:
154
- uses: actions/checkout@v3
0 commit comments