diff --git a/.travis.yml b/.travis.yml index 6efeb194..8017895b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ language: python matrix: include: + - python: 3.9 + env: TOXENV=py39 + dist: xenial + sudo: true - python: 3.8 env: TOXENV=py38 dist: xenial diff --git a/setup.py b/setup.py index 67b73174..9b102aeb 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering :: Artificial Intelligence", ], keywords="nlu nlp language machine learning text processing intent", diff --git a/tox.ini b/tox.ini index da75d41f..2dea5e8a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py35, py36, py37, py38, integration-test, codecov, docs-html +envlist = py27, py35, py36, py37, py38, py39, integration-test, codecov, docs-html [testenv] skip_install = true