diff --git a/.travis.yml b/.travis.yml index fc1634a2..c7ace26a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial # required for Python >= 3.7 before_install: - sudo apt-get install -y pandoc language: python @@ -6,6 +7,7 @@ cache: python: - 3.5 - 3.6 + - 3.7 install: - pip install -U pip wheel - pip install -r requirements_dev.txt diff --git a/setup.py b/setup.py index 864d920f..fad1f9ec 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: XML'