| commit | e45b9643de3f7332e874ac67357ffd6dd5200211 | [log] [tgz] |
|---|---|---|
| author | Matt Davis <mrd@redhat.com> | Wed Oct 13 11:57:52 2021 -0700 |
| committer | Matt Davis <mrd@redhat.com> | Wed Oct 13 11:57:52 2021 -0700 |
| tree | a53d89d3e34a2e6dca7d39abb6725035450b29a5 | |
| parent | 4808fba18e067a93a4fcc25ddda1aae9b976ceb8 [diff] |
Add Python 3.10 to tox.ini
diff --git a/tox.ini b/tox.ini index 0d60804..d736a6c 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,5 +1,5 @@ [tox] -envlist = pypy3,py36,py37,py38,py39 +envlist = pypy3,py36,py37,py38,py39,py310 [testenv] deps =