Browse Source

Drop Python 3.5 Windows wheels

It's EOL and AppVeyor builds are broken under it if we want to support Python 3.9.

Not fully deprecating 3.5 for now because it's still used on Toolforge.
tags/v0.6
Ben Kurtovic 3 years ago
parent
commit
2721de2447
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      appveyor.yml

+ 0
- 8
appveyor.yml View File

@@ -24,14 +24,6 @@ environment:
secure: gOIcvPxSC2ujuhwOzwj3v8xjq3CCYd8keFWVnguLM+gcL0e02qshDHy7gwZZwj0+ secure: gOIcvPxSC2ujuhwOzwj3v8xjq3CCYd8keFWVnguLM+gcL0e02qshDHy7gwZZwj0+


matrix: matrix:
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python36" - PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6" PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"


Loading…
Cancel
Save