Skip to content

Commit 234cfb7

Browse files
committed
#8 claim Python 3.9 support
1 parent b983f9d commit 234cfb7

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ matrix:
88
env: TOX_ENV=py37
99
- python: 3.8
1010
env: TOX_ENV=py38
11+
- python: 3.9
12+
env: TOX_ENV=py39
1113

1214
install:
1315
- pip install tox

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Added
5+
- Python 3.9 support
46

57
### Removed
68
- Python 2.7 & 3.5 support

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# What Python version is installed where:
22
# http://www.appveyor.com/docs/installed-software#python
33

4+
image: Visual Studio 2019
5+
46
environment:
57
matrix:
68
- PYTHON: "C:\\Python36"
@@ -12,6 +14,8 @@ environment:
1214
- PYTHON: "C:\\Python38"
1315
TOX_ENV: "py38"
1416

17+
- PYTHON: "C:\\Python39"
18+
TOX_ENV: "py39"
1519

1620
init:
1721
- "%PYTHON%/python -V"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'Programming Language :: Python :: 3.6',
3838
'Programming Language :: Python :: 3.7',
3939
'Programming Language :: Python :: 3.8',
40+
'Programming Language :: Python :: 3.9',
4041
'Programming Language :: Python :: Implementation :: CPython',
4142
'Operating System :: OS Independent',
4243
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)