From 860e157a9439c4ef354fb2e85fd8dd310fa754da Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Fri, 7 Jan 2022 14:48:47 +0100 Subject: 3.6 wheels Signed-off-by: Giampaolo Rodola --- .github/workflows/build.yml | 2 +- appveyor.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8940cd0..f9c0a435 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 python {project}/psutil/tests/runner.py && PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 python {project}/psutil/tests/test_memleaks.py CIBW_TEST_EXTRAS: test - CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-*' + CIBW_BUILD: 'cp36-* cp37-* cp38-* cp39-* cp310-*' CIBW_SKIP: '*-musllinux_*' steps: diff --git a/appveyor.yml b/appveyor.yml index 485182d3..83e570ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,10 @@ environment: PYTHON_VERSION: "2.7.x" PYTHON_ARCH: "32" + - PYTHON: "C:\\Python36" + PYTHON_VERSION: "3.6.x" + PYTHON_ARCH: "32" + - PYTHON: "C:\\Python37" PYTHON_VERSION: "3.7.x" PYTHON_ARCH: "32" @@ -48,6 +52,10 @@ environment: PYTHON_VERSION: "2.7.x" PYTHON_ARCH: "64" + - PYTHON: "C:\\Python36-x64" + PYTHON_VERSION: "3.6.x" + PYTHON_ARCH: "64" + - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7.x" PYTHON_ARCH: "64" -- cgit v1.2.1