diff options
author | kf@hydra <kf@hydra> | 2021-03-05 17:27:34 +0100 |
---|---|---|
committer | kf@hydra <kf@hydra> | 2021-03-05 17:27:34 +0100 |
commit | b0aca61dd33cdec881fd9a0dc7b0f7cabf650273 (patch) | |
tree | 865ff6c392bca2e5478885521cea28efb79bad32 | |
parent | d639c08b209ef839e205d31dafcc7c4ec46c71f4 (diff) | |
download | unidecode-b0aca61dd33cdec881fd9a0dc7b0f7cabf650273.tar.gz |
support and test py 3.8
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9901173..7343b91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8 - pypy3.5-6.0 script: - python setup.py test @@ -37,6 +37,7 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Text Processing", |