summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkf@hydra <kf@hydra>2021-03-05 17:27:34 +0100
committerkf@hydra <kf@hydra>2021-03-05 17:27:34 +0100
commitb0aca61dd33cdec881fd9a0dc7b0f7cabf650273 (patch)
tree865ff6c392bca2e5478885521cea28efb79bad32
parentd639c08b209ef839e205d31dafcc7c4ec46c71f4 (diff)
downloadunidecode-b0aca61dd33cdec881fd9a0dc7b0f7cabf650273.tar.gz
support and test py 3.8
-rw-r--r--.travis.yml1
-rw-r--r--setup.py1
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
diff --git a/setup.py b/setup.py
index f327f8a..636eabd 100644
--- a/setup.py
+++ b/setup.py
@@ -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",