diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-04-04 11:43:58 +0200 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-04-04 11:43:58 +0200 |
commit | 57a921f3f6b551b4bf4ff9298be8b23c1159c0b6 (patch) | |
tree | e70aa6acde62a08488d0a12adb2f9c2311d8c3c1 | |
parent | 2cf5c08d589d2bbc1153e5dc42699f2b061b0bb0 (diff) | |
download | unidecode-57a921f3f6b551b4bf4ff9298be8b23c1159c0b6.tar.gz |
Add Python 3.9 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,38,py3} +envlist = py{35,36,37,38,39,py3} [testenv] deps = |