Skip to content

Commit 1fd4f51

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

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-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

Changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Fixes
1717
* Key types in ``ssh.keytypes`` were not initialised correctly.
1818

1919

20+
Packaging
21+
---------
22+
23+
* Added Windows Python 3.9 binary wheel.
24+
25+
2026
0.8.0
2127
+++++
2228

0 commit comments

Comments
 (0)