From f9ed04eddf6e6b919dfe0872e753c5600cd97f99 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 31 May 2019 18:28:33 -0400 Subject: Add explicit (tested) support for Python 3.8 Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+ --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 221eb55d..4c0bac55 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], install_requires=[ "bcrypt>=3.1.3", -- cgit v1.2.1