Skip to content

Commit 55d5468

Browse files
committed
add python 3.6 to build
1 parent c56ce2b commit 55d5468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)