Skip to content

Commit d5f484b

Browse files
committed
add python 3.12 to CI workflow
1 parent 4ef3b4b commit d5f484b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Indicates the location of the vcpkg as a Git submodule of the project repository.
4646
VCPKG_ROOT: ${{ github.workspace }}/external/LibAPR/vcpkg
4747
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-*"
48+
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
4949
CIBW_SKIP: "*musllinux*"
5050
CIBW_ARCHS: "auto64"
5151
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)