| commit | 8f6152921e65fe1a82bc475cafb721bd525ba5df | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Sat Jan 15 19:24:05 2022 -0500 |
| committer | Anthony Sottile <asottile@umich.edu> | Sat Jan 15 19:24:05 2022 -0500 |
| tree | 06a9633fd48d87cbcd93d44db72d53f5c7e79915 | |
| parent | 2aef4c777fc671f988844dd9e6c561c3fb059b70 [diff] [blame] |
drop python3.6 support python 3.6 reached end of life on 2021-12-23 Committed via https://github.com/asottile/all-repos
diff --git a/tox.ini b/tox.ini index 790ce7f..cb2b92a 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38,pypy3,pre-commit +envlist = py37,py38,pypy3,pre-commit [testenv] deps = -rrequirements-dev.txt