Skip to content

Commit

Permalink
Add python version 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Ghareh Daghi committed Oct 13, 2020
1 parent c68fd4b commit 2adca45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,9 @@ matrix:
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.8
- python: 3.9-dev
env: TOXENV=py39
- python: 3.9-dev
env: TOXENV=flake8

script:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -9,7 +9,7 @@ django-dotenv
Original implementation was written by
`@jacobian <https://github.com/jacobian>`__.

Tested on Python 3.5, 3.6, 3.7 and 3.8.
Tested on Python 3.5, 3.6, 3.7, 3.8 and 3.9.

Installation
------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -48,6 +48,7 @@ def get_version(module):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Internet :: WWW/HTTP',
]
)
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -5,6 +5,7 @@ envlist =
py36,
py37,
py38,
py39,

[testenv]
commands = python setup.py test
Expand Down

0 comments on commit 2adca45

Please sign in to comment.