From 73bcae56b905c2d584d1901a52e99c546ca935a8 Mon Sep 17 00:00:00 2001 From: Nik Kantar Date: Mon, 1 Jan 2024 11:45:00 -0800 Subject: [PATCH] Update code quality checks --- .github/workflows/code-quality-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality-checks.yml b/.github/workflows/code-quality-checks.yml index 7ac4f27..17ea3af 100644 --- a/.github/workflows/code-quality-checks.yml +++ b/.github/workflows/code-quality-checks.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] # TODO 3.8 won't work steps: - name: Checkout repository