CI: Update python validation 03/72203/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 2 Oct 2023 21:51:18 +0000 (14:51 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 3 Oct 2023 12:53:29 +0000 (05:53 -0700)
* Drop python 3.6
* Set min version to 3.8
* Add python 3.9

Issue: RELENG-4891
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I6c5dfa4a7730783cdb1e2181e33503241f90109f
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml
tox.ini

index ee25851..e189223 100644 (file)
@@ -114,6 +114,7 @@ jobs:
         python:
           - "3.7"
           - "3.8"
+          - "3.9"
     steps:
       - name: Checkout change
         uses: lfit/checkout-gerrit-change-action@v0.3
diff --git a/tox.ini b/tox.ini
index 47dc9be..2ef4ee1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,10 +4,10 @@ envlist =
     docs-linkcheck,
     license,
     pre-commit,
-    py36,
     py37,
     py38
-minversion = 3.7
+    py39
+minversion = 3.8
 skip_missing_interpreters = true
 ignore_basepython_conflict = true