summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-10-21 01:02:23 +0200
committerGitHub <noreply@github.com>2022-10-21 01:02:23 +0200
commit614e91158ced7a65aabbe7244d52de1cebfc494b (patch)
treee69c295da7ebf41d4f6a11db6378e37916625f1a /appveyor.yml
parent1b09c1b54cb2ae46145de7f710e9b990cd264016 (diff)
downloadpsutil-614e91158ced7a65aabbe7244d52de1cebfc494b.tar.gz
feature: use ABI3 for cp36+ (#2102)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml45
1 files changed, 0 insertions, 45 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4bbd51ae..0752e610 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,62 +24,17 @@ 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"
-
- - PYTHON: "C:\\Python38"
- PYTHON_VERSION: "3.8.x"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python39"
- PYTHON_VERSION: "3.9.x"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python310"
- PYTHON_VERSION: "3.10.x"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON_ARCH: "32"
-
# 64 bits
- PYTHON: "C:\\Python27-x64"
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"
-
- - PYTHON: "C:\\Python38-x64"
- PYTHON_VERSION: "3.8.x"
- PYTHON_ARCH: "64"
-
- - PYTHON: "C:\\Python39-x64"
- PYTHON_VERSION: "3.9.x"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON_ARCH: "64"
-
- - PYTHON: "C:\\Python310-x64"
- PYTHON_VERSION: "3.10.x"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON_ARCH: "64"
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
install:
- - "powershell .ci\\appveyor\\install.ps1"
- # - ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- "%WITH_COMPILER% %PYTHON%/python.exe -m pip --version"
- "%WITH_COMPILER% %PYTHON%/python.exe -m pip install --upgrade --user setuptools pip"
- "%WITH_COMPILER% %PYTHON%/python.exe scripts/internal/winmake.py setup-dev-env"