The tests will try to use python 3.9 if available. This should work on Fedora rawhide now.
Signed-off-by: Nir Soffer nsoffer@redhat.com --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini index af8a6cc..487158d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory.
[tox] -envlist = py{36,37,38},flake8 +envlist = py{36,37,38,39},flake8 skipsdist = True skip_missing_interpreters = True