diff options
| author | Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | 2022-11-03 12:28:19 +0100 |
|---|---|---|
| committer | Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | 2022-11-03 12:28:19 +0100 |
| commit | b59c4b2e83c95ff367a83bbd8ee396c2498483d9 (patch) | |
| tree | f6a32fceae130f62519d59c2c3e4c21a7cb61e22 /.appveyor.yml | |
| parent | 2b6c894aee49218bf8809531263a50b71a145405 (diff) | |
| download | focaccia-miasm-b59c4b2e83c95ff367a83bbd8ee396c2498483d9.tar.gz focaccia-miasm-b59c4b2e83c95ff367a83bbd8ee396c2498483d9.zip | |
Remove Python 2.7 from CI
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index a518626f..2d673193 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,18 +10,6 @@ environment: - platform: Win32 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 PLATFORM_TOOLSET: v141 - PYTHON: c:\Python27 - PYTHON_VERSION: "2.7.x" - - - platform: x64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - PLATFORM_TOOLSET: v141 - PYTHON: c:\Python27-x64 - PYTHON_VERSION: "2.7.x" - - - platform: Win32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - PLATFORM_TOOLSET: v141 PYTHON: c:\Python38 PYTHON_VERSION: "3.8.x" |