| commit | 474fd958ac88b5d2275d3acbc2fabe22e5e9344f | [log] [tgz] |
|---|---|---|
| author | Guillermo Calvino <guillermo.calvino@canonical.com> | Fri Apr 28 11:51:43 2023 +0200 |
| committer | Mark Beierl <mark.beierl@canonical.com> | Wed May 10 12:54:21 2023 -0400 |
| tree | 8e797fead8416ccf5645daed367883d7560e9f42 | |
| parent | 806cd5cf9456e69a849f4231e163da4f72379c1b [diff] [blame] |
Ubuntu 22.04 and Python 3.10 preparation Change-Id: I57a4ee39c101bdab610a6964de58eaa2653d37a3 Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com> Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
diff --git a/tox.ini b/tox.ini index 08a145f..d4e8594 100644 --- a/tox.ini +++ b/tox.ini
@@ -23,7 +23,7 @@ [testenv] usedevelop = True -basepython = python3.8 +basepython = python3.10 setenv = VIRTUAL_ENV={envdir} PYTHONDONTWRITEBYTECODE = 1 deps = -r{toxinidir}/requirements.txt