Skip to content

Commit df01323

Browse files
committed
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: I46bdf025f5ae495881f450f34844105753e9058d
1 parent 5929a5c commit df01323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.18
3-
envlist = py38,pep8
3+
envlist = py3,pep8
44
ignore_basepython_conflict = True
55

66
[testenv]

0 commit comments

Comments
 (0)