From: Zack Cerza Date: Fri, 2 Dec 2022 20:52:03 +0000 (-0700) Subject: .github: Test with more Python versions X-Git-Tag: 1.2.0~138^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=152cc96b0237457cf8022e4a95ce3f843892a951;p=teuthology.git .github: Test with more Python versions Signed-off-by: Zack Cerza --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1875598fd..c93bb760d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 9417e9f66..667bf6d7b 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -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