diff options
author | Seth Morton <seth.m.morton@gmail.com> | 2020-11-19 21:28:37 -0800 |
---|---|---|
committer | Seth Morton <seth.m.morton@gmail.com> | 2020-11-19 21:28:37 -0800 |
commit | a27925b767f3de3c1d496a6e6ef62a4953ffbd7b (patch) | |
tree | 1e9c3ee1b21460ebc1566cf09783dabf8367a89c | |
parent | 7171f51f86f3d34cb17998c4568783f08577eb73 (diff) | |
download | natsort-a27925b767f3de3c1d496a6e6ef62a4953ffbd7b.tar.gz |
Add Python 3.9 to tox
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ [tox] envlist = - flake8, py35, py36, py37, py38 + flake8, py35, py36, py37, py38, py39 # Other valid evironments are: # docs # release |