Skip to content

Commit c148be9

Browse files
author
Saeed Ghareh Daghi
committed
Add python version 3.9
1 parent c68fd4b commit c148be9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ matrix:
1313
env: TOXENV=py37
1414
- python: 3.8
1515
env: TOXENV=py38
16-
- python: 3.8
16+
- python: 3.9
17+
env: TOXENV=py39
18+
- python: 3.9
1719
env: TOXENV=flake8
1820

1921
script:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ django-dotenv
99
Original implementation was written by
1010
`@jacobian <https://github.com/jacobian>`__.
1111

12-
Tested on Python 3.5, 3.6, 3.7 and 3.8.
12+
Tested on Python 3.5, 3.6, 3.7, 3.8 and 3.9.
1313

1414
Installation
1515
------------

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def get_version(module):
4848
'Programming Language :: Python :: 3.6',
4949
'Programming Language :: Python :: 3.7',
5050
'Programming Language :: Python :: 3.8',
51+
'Programming Language :: Python :: 3.9',
5152
'Topic :: Internet :: WWW/HTTP',
5253
]
5354
)

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
py36,
66
py37,
77
py38,
8+
py39,
89

910
[testenv]
1011
commands = python setup.py test

0 commit comments

Comments
 (0)