Merge "Update python testing as per zed cycle teting runtime"

This commit is contained in:
Zuul
2022-09-26 17:11:01 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
upgrade:
- |
Python 3.6 & 3.7 support has been dropped. The minimum version of Python now
supported is Python 3.8.

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 3.18
envlist = py37,pep8
envlist = py38,pep8
skipsdist = True
ignore_basepython_conflict = True