]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
.github: Test with more Python versions
authorZack Cerza <zack@redhat.com>
Fri, 2 Dec 2022 20:52:03 +0000 (13:52 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 2 Dec 2022 21:26:58 +0000 (14:26 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
.github/workflows/ci.yml
.github/workflows/dependencies.yml

index 1875598fde847e11866a95faa0dd6ba04da8f544..c93bb760dd26e843cde388e0b4dbd2f12a0e1462 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        python: [3.6, 3.9]
+        python: ['3.6', '3.7', '3.8', '3.9', '3.10']
     steps:
       - uses: actions/checkout@v2
       - name: Setup Python
index 9417e9f6686c5eaf3eb9c5f66662a30ad686f591..667bf6d7b108194d8ee572671711367d549cc2ca 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        python: [3.6, 3.8]
+        python: ['3.6', '3.7', '3.8', '3.9', '3.10']
     steps:
       - name: Set up Python
         uses: actions/setup-python@v3