From a1c3a077548dbe4ad5eb752af6118b0f47d4fd6d Mon Sep 17 00:00:00 2001 From: Dylan Magar <85457381+DJStompZone@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:34:49 -0700 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 83a1f56..1021582 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,7 +23,7 @@ jobs: matrix: language: [ 'python' ] os: [ 'ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'macos-13', 'windows-2019', 'windows-latest' ] - python: [ 3.9.x, 3.10.x, 3.11.x, 3.12.x] + python: [ 3.9.x, 3.10.x, 3.11.x] steps: - name: Setup python