From ead8323d764a48dc9c81923072127965ae789fce Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Thu, 28 Nov 2024 16:28:30 +0100 Subject: [PATCH] Run type checks on Python 3.11 only (#217) *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6dee6f..4f5d42b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: max-parallel: 4 fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.11"] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }}