From fee63295ba54cce612ddab0c3c94603e0ceb444f Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 14 Mar 2020 00:38:10 +0300 Subject: [PATCH 1/2] Adds 3.7 and 3.8 to test matrix --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 814744d..a40201b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ sudo: false +dist: xenial language: python python: - "2.7" - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" install: # Install our dependencies From 49bd9d055c7df71d8e4723de4e4beb7bf3853553 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 14 Mar 2020 00:38:47 +0300 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 18e4350..19af8d0 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,8 @@ def read(*filenames, **kwargs): 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Quality Assurance', ]