From ccd939346eb77861a6089cb9ff3ae0c386c2297c Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Feb 09 2022 07:36:56 +0000 Subject: Bump tox environment to Python 3.10 (used by Fedora 35 base image) --- diff --git a/tox.ini b/tox.ini index ce01cf5..2194843 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = lint,py39,docs +envlist = lint,py310,docs # If the user is missing an interpreter, don't fail skip_missing_interpreters = True