Skip to content

Commit

Permalink
Drop binary builds for python 2.6 and 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Jan 6, 2021
1 parent a010ac7 commit 7e81f4e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,6 @@ environment:
PYTHON_VERSION: "2.7.14"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.4"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.4"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python26"
PYTHON_VERSION: "2.6.6"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python26-x64"
PYTHON_VERSION: "2.6.6"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.3"
PYTHON_ARCH: "32"
Expand Down

0 comments on commit 7e81f4e

Please sign in to comment.