Skip to content

Commit 54cdca9

Browse files
author
Panos
committed
Updated appveyor cfg
1 parent 5214fde commit 54cdca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ environment:
1313
PYPI_PASS:
1414
secure: uXkrTaPGSNQdXTJIt3aiy2E1GBnbn6gH3opi7DgMIcmpLgZt7RTeqsaszbjPToGkoqfVXN+jdkQca4LfGAKZ8a2LgrrVYoITdxbjNkZB3yDBKk6ULNMsqdHmt4I1evRhSPSSZnRKU2rSzL+gOTViEVnhcahsUJPgNAIFvpZWsZfdRAafFtF1D33B03aAPwuhYuZTIwRyhUrwVGsYzOzIoDLtnpGj/0+GHazwjhHXfg/yTd600SPiWVsgknxjoeBu+cmi2iMDeT3ULu3P8UGjuQ==
1515
# Default python version to run single commands with
16-
PYTHON_DEF: "C:\\Python36-x64"
17-
PYTHON_VERSION: "3.6"
16+
PYTHON_DEF: "C:\\Python38-x64"
17+
PYTHON_VERSION: "3.8"
1818
# Python versions to build wheels for
19-
PYTHONVERS: C:\Python36-x64 C:\Python37-x64 C:\Python38-x64
19+
PYTHONVERS: C:\Python36-x64 C:\Python37-x64 C:\Python38-x64 C:\Python39-x64
2020
PYTHON_ARCH: "64"
2121
MSVC: "Visual Studio 14 Win64"
2222

0 commit comments

Comments
 (0)