From 8309a215c9f53f3976a3985c07db3bd5cb92dce1 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Mon, 2 Mar 2020 22:00:01 +0900 Subject: [PATCH] Enable py38 test on travis and update setup.py --- .travis.yml | 1 + setup.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a1a9c1..dfe3465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" notifications: email: false diff --git a/setup.py b/setup.py index 77a39dc..04fa4f7 100644 --- a/setup.py +++ b/setup.py @@ -161,6 +161,9 @@ def run(self): "Programming Language :: Python :: 3", "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", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering", "Topic :: Software Development",