Skip to content

Commit 03eed51

Browse files
seifertmTinche
authored andcommitted
Added Python 3.9 to the tested interpreters.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
1 parent 4e2e6bd commit 03eed51

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
env: TOX_ENV=py37
1111
- python: 3.8
1212
env: TOX_ENV=py38
13+
- python: 3.9-dev
14+
env: TOX_ENV=py39
1315

1416
install: pip install tox-travis coveralls
1517

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Changelog
177177
---------
178178
0.15.0 (UNRELEASED)
179179
~~~~~~~~~~~~~~~~~~~
180+
- Add support for Python 3.9
180181

181182
0.14.0 (2020-06-24)
182183
~~~~~~~~~~~~~~~~~~~

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def find_version():
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
"Topic :: Software Development :: Testing",
4142
"Framework :: Pytest",
4243
],

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.14.0
3-
envlist = py35, py36, py37, py38
3+
envlist = py35, py36, py37, py38, py39
44
skip_missing_interpreters = true
55

66
[testenv]

0 commit comments

Comments
 (0)