Skip to content

Commit

Permalink
Drop Python 3.4 from AppVeyor
Browse files Browse the repository at this point in the history
- Drop Python 3.4 32 & 64 bit support due to a compile error (missing header)
  in lxml.  It's just not worth the hassle.  If your on Windows, you can
  upgrade your Python.
  • Loading branch information
lowell80 committed Jun 21, 2019
1 parent ab31e18 commit dfef4a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
Expand Down

0 comments on commit dfef4a3

Please sign in to comment.