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 4ef3b4b commit d5f484bCopy full SHA for d5f484b
.github/workflows/build-deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
# Indicates the location of the vcpkg as a Git submodule of the project repository.
46
VCPKG_ROOT: ${{ github.workspace }}/external/LibAPR/vcpkg
47
CIBW_ENVIRONMENT_WINDOWS: EXTRA_CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=D:\\a\\pyapr\\pyapr\\external\\LibAPR\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake -DVCPKG_MANIFEST_DIR=D:\\a\\pyapr\\pyapr\\external\\LibAPR\\"
48
- CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"
+ CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
49
CIBW_SKIP: "*musllinux*"
50
CIBW_ARCHS: "auto64"
51
CIBW_BUILD_VERBOSITY: 1
0 commit comments