From d52779c7390a691459932eda1c8e2a0a92dd737d Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Wed, 17 Jun 2020 09:56:35 +0100 Subject: [PATCH] Add Python 3.8 as supported runtime --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index aacb1fb..5575e76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ matrix: include: - python: 3.6 - python: 3.7 + - python: 3.8 - python: pypy3 install: diff --git a/setup.py b/setup.py index 52cd89c..2bb4072 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ],