Skip to content

Commit 83a936d

Browse files
author
Stefan Klug
committed
Add windows python 3.9 builds
1 parent eddf129 commit 83a936d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.appveyor.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
image: Visual Studio 2019
12
environment:
23
TWINE_USERNAME: basler
34
#Enable this for testing purposes
@@ -15,8 +16,10 @@ environment:
1516
# isn't covered by this document) at the time of writing.
1617

1718
- PYTHON: "C:\\Python34"
19+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
1820
- PYTHON: "C:\\Python34-x64"
1921
DISTUTILS_USE_SDK: "1"
22+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
2023
- PYTHON: "C:\\Python35"
2124
- PYTHON: "C:\\Python35-x64"
2225
- PYTHON: "C:\\Python36"
@@ -25,6 +28,8 @@ environment:
2528
- PYTHON: "C:\\Python37-x64"
2629
- PYTHON: "C:\\Python38"
2730
- PYTHON: "C:\\Python38-x64"
31+
- PYTHON: "C:\\Python39"
32+
- PYTHON: "C:\\Python39-x64"
2833

2934
install:
3035
# Install an outdated version of readme_renderer because it is the last one with python 3.4 support (https://github.com/pypa/readme_renderer/releases/tag/25.0)

changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.7.1rc1
2+
- Date 2021-02-19
3+
- Add missing pypi deployments for python 3.9 on windows
4+
15
Version 1.7.0
26
- Date 2021-02-19
37
- Adapted to python 3.9.

0 commit comments

Comments
 (0)