Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 7b9cbb6

Browse files
authored
Disable Python 3.4 windows builds too (#117)
1 parent 4f95b83 commit 7b9cbb6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ environment:
22
matrix:
33
# For Python versions available on Appveyor, see
44
# http://www.appveyor.com/docs/installed-software#python
5-
- PYTHON: "C:\\Python34"
6-
- PYTHON: "C:\\Python34-x64"
7-
DISTUTILS_USE_SDK: 1
85
- PYTHON: "C:\\Python35"
96
- PYTHON: "C:\\Python35-x64"
107
- PYTHON: "C:\\Python36"

tools/download_typed_ast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def download_appveyor(version):
4545
download(api_url + artifact_url + '/' + artifact['fileName'])
4646

4747
# gcloud downloads for linux wehels
48-
MIN_VER = 4
48+
MIN_VER = 5
4949
MAX_VER = 7
5050

5151
GCLOUD_URL = "https://storage.googleapis.com/typed-ast/typed_ast-{version}-cp3{pyver}-cp3{pyver}m-{platform}.whl"

0 commit comments

Comments
 (0)