Update Python runtime for 2024.2

Min python version is 3.9[1]. Use py3 to reduce need for changes in
future.

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

Change-Id: Ib7e07a1a09edace8833533a9aff1f3671414ed92
This commit is contained in:
Jake Yip 2024-05-08 18:57:51 +10:00
parent b7bb35741a
commit 8ab4238d62
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18
envlist = py38,pep8
envlist = py3,pep8
[testenv]
usedevelop = True