diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-03-05 19:27:07 +0100 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-03-05 19:27:07 +0100 |
commit | 81d92f5d0d97f06b081d558c80cc8e2d2a8dc779 (patch) | |
tree | 059f75be79b354b69852194405f261b92aeb2883 | |
parent | b0aca61dd33cdec881fd9a0dc7b0f7cabf650273 (diff) | |
download | unidecode-81d92f5d0d97f06b081d558c80cc8e2d2a8dc779.tar.gz |
Add Python 3.8 to tox.ini
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py{35,36,37,py3} +envlist = py{35,36,37,38,py3} [testenv] deps = |