Skip to content

Commit 391a81a

Browse files
committed
Added official Python 3.9 support
1 parent ce8ea14 commit 391a81a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
python: "3.8"
4141
after_success: *after_success
4242

43+
- stage: test
44+
env: TOXENV=py39
45+
python: "3.9-dev"
46+
after_success: *after_success
47+
4348
- stage: deploy to pypi
4449
install: skip
4550
script: skip

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3.6
2323
Programming Language :: Python :: 3.7
2424
Programming Language :: Python :: 3.8
25+
Programming Language :: Python :: 3.9
2526

2627
[options]
2728
py_modules = sphinx_autodoc_typehints

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.3.0
3-
envlist = py35, py36, py37, py38, flake8
3+
envlist = py35, py36, py37, py38, py39, flake8
44
skip_missing_interpreters = true
55
isolated_build = true
66

0 commit comments

Comments
 (0)