diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7476c20776..89196747fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] image: - ubuntu-latest include: @@ -84,7 +84,7 @@ jobs: strategy: matrix: python: - - '3.11' + - '3.12' runs-on: ubuntu-latest steps: - name: Check out code @@ -111,7 +111,7 @@ jobs: strategy: matrix: python: - - '3.11' + - '3.12' runs-on: ubuntu-latest steps: - name: Check out code