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",