Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit a7e0fad

Browse files
authored
Merge pull request #120 from felixonmars/py39
Add Python 3.9 to Travis, tox, PyPI classifiers
2 parents 13a7661 + 16b9ca8 commit a7e0fad

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- "3.6"
77
- "3.7"
88
- "3.8"
9+
- "3.9"
910
install: pip install tox-travis
1011
script: tox
1112
deploy:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'Programming Language :: Python :: 3.6',
3434
'Programming Language :: Python :: 3.7',
3535
'Programming Language :: Python :: 3.8',
36+
'Programming Language :: Python :: 3.9',
3637
'Topic :: System :: Logging',
3738
]
3839
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34, py35, py36, py37, py38
2+
envlist = py34, py35, py36, py37, py38, py39
33

44
[testenv]
55
commands = python -m unittest discover

0 commit comments

Comments
 (0)