Skip to content

Commit 450809e

Browse files
authored
Python 3.9 (#40)
* Python 3.9 * Python 3.9 requires Visual Studio 2019 image
1 parent 02d204d commit 450809e

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ environment:
5454
- PYTHON: "C:\\Python38-x64"
5555
PYTHON_VERSION: "3.8"
5656
PYTHON_ARCH: "64"
57+
- PYTHON: "C:\\Python39"
58+
PYTHON_VERSION: "3.9"
59+
PYTHON_ARCH: "32"
60+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
61+
- PYTHON: "C:\\Python39-x64"
62+
PYTHON_VERSION: "3.9"
63+
PYTHON_ARCH: "64"
64+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
5765
# build wheels
5866
- PYTHON: "C:\\Python36-x64"
5967
PYTHON_VERSION: "3.6"

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ matrix:
3838
arch: amd64
3939
- python: 3.8
4040
arch: arm64
41+
- python: 3.9
42+
arch: amd64
43+
- python: 3.9
44+
arch: arm64
4145
- python: nightly
4246
arch: amd64
4347
- python: pypy

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def readfile(filename):
6464
'Programming Language :: Python :: 3.6',
6565
'Programming Language :: Python :: 3.7',
6666
'Programming Language :: Python :: 3.8',
67+
'Programming Language :: Python :: 3.9',
6768
'Programming Language :: Python :: Implementation :: CPython',
6869
],
6970
python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*",

0 commit comments

Comments
 (0)