diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-10-21 14:45:42 +0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-10-21 14:45:42 +0800 |
| commit | abdfe0a6de7d4539f0475e977b5da8b05319731f (patch) | |
| tree | 45196b293d1a56bfdd6dd3e0115ff06162bffa23 /scripts | |
| parent | 7d0328b3e2ad288fd715643be44e875bca1ff85b (diff) | |
| download | psutil-abdfe0a6de7d4539f0475e977b5da8b05319731f.tar.gz | |
appveyor: add python 3.8; drop 3.5
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/download_exes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/download_exes.py b/scripts/internal/download_exes.py index 1b72a177..3f0be8ea 100755 --- a/scripts/internal/download_exes.py +++ b/scripts/internal/download_exes.py @@ -26,7 +26,7 @@ from scriptutils import printerr, exit BASE_URL = 'https://ci.appveyor.com/api' -PY_VERSIONS = ['2.7', '3.5', '3.6', '3.7'] +PY_VERSIONS = ['2.7', '3.6', '3.7', '3.8'] TIMEOUT = 30 COLORS = True |
