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

Commit 90342f0

Browse files
authored
Add Python 3.9 for Windows (#147)
1 parent f04fc7f commit 90342f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
# For Python versions available on Appveyor, see
4-
# http://www.appveyor.com/docs/installed-software#python
4+
# https://www.appveyor.com/docs/windows-images-software/#python
55
- PYTHON: "C:\\Python35"
66
- PYTHON: "C:\\Python35-x64"
77
- PYTHON: "C:\\Python36"
@@ -10,6 +10,8 @@ environment:
1010
- PYTHON: "C:\\Python37-x64"
1111
- PYTHON: "C:\\Python38"
1212
- PYTHON: "C:\\Python38-x64"
13+
- PYTHON: "C:\\Python39"
14+
- PYTHON: "C:\\Python39-x64"
1315

1416
install:
1517
# Download and install python if we don't have the version we need

0 commit comments

Comments
 (0)