From bca540c31ed3dda31a3384dc5170543c975a625c Mon Sep 17 00:00:00 2001 From: Thibaud Castaing Date: Thu, 5 Nov 2020 19:43:47 +0100 Subject: [PATCH] add python 3.9 validation --- .travis.yml | 1 + CHANGES.rst | 1 + setup.py | 1 + 3 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b9bba7c..716c89c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ python: - 3.6 - 3.7 - 3.8 + - 3.9 - pypy3 jobs: diff --git a/CHANGES.rst b/CHANGES.rst index 37b2b83..ca5ea85 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------ diff --git a/setup.py b/setup.py index d3775e4..36680f2 100644 --- a/setup.py +++ b/setup.py @@ -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'],