Skip to content

Commit

Permalink
add python 3.9 validation
Browse files Browse the repository at this point in the history
  • Loading branch information
t-cas committed Nov 6, 2020
1 parent 9f85296 commit bca540c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
- pypy3

jobs:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.6.5 (11/03/2020)
------------------
- [Bug] :issue:`152`: Remove pkg_info.json file and replace it with python file to avoid access issue at runtime
- [Improvement] add python 3.9 validation

1.6.4 (08/24/2020)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],

packages=['jumpssh'],
Expand Down

0 comments on commit bca540c

Please sign in to comment.