diff --git a/.travis.yml b/.travis.yml index 78bb974..294a9bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" + - "3.8" install: - pip install six blist - python setup.py install diff --git a/setup.py b/setup.py index ec5158d..a0b6279 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 +Programming Language :: Python :: 3.7 +Programming Language :: Python :: 3.8 """.splitlines())) source_files = glob("./deps/double-conversion/double-conversion/*.cc")