File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 # Indicates the location of the vcpkg as a Git submodule of the project repository.
4343 VCPKG_ROOT : ${{ github.workspace }}/external/LibAPR/vcpkg
4444 CIBW_ENVIRONMENT_WINDOWS : EXTRA_CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=D:\\a\\PyLibAPR\\PyLibAPR\\external\\LibAPR\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake -DVCPKG_MANIFEST_DIR=D:\\a\\PyLibAPR\\PyLibAPR\\external\\LibAPR\\"
45- CIBW_BUILD : " cp37-* cp38-* cp39-*"
45+ CIBW_BUILD : " cp36-* cp37-* cp38-* cp39-*"
4646 CIBW_ARCHS : " auto64"
4747 CIBW_MANYLINUX_X86_64_IMAGE : " manylinux_2_24"
4848 CIBW_BUILD_VERBOSITY : 1
@@ -128,7 +128,7 @@ jobs:
128128 strategy :
129129 fail-fast : false
130130 matrix :
131- python-version : [3.7, 3.8, 3.9]
131+ python-version : [3.6, 3. 7, 3.8, 3.9]
132132 include :
133133 - os : windows-latest
134134 triplet : x64-windows
You can’t perform that action at this time.
0 commit comments