Skip to content

Commit 5089aaf

Browse files
authored
Disable 3.11 for now.
1 parent ce59371 commit 5089aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
149149
CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
150150
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
151-
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* pp* *-musllinux*"
151+
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp311-* pp* *-musllinux*"
152152
CIBW_TEST_COMMAND: python -m filprofiler run {project}/benchmarks/pystone.py
153153
steps:
154154
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)