From 5b94682df3c0815a820f6d50b2573259d2f623c2 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 18 Oct 2019 20:46:23 +0300 Subject: [PATCH] Add support for Python 3.8 --- .travis.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9253828..ebf03a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - 2.7 - 3.6 - 3.7 -- 3.8-dev +- 3.8 cache: pip dist: xenial install: travis_retry pip install tox-travis diff --git a/setup.py b/setup.py index 0bd7479..912bcb7 100755 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', install_requires=install,