From f6856ce5618e2533c3e41e8dc5accc4714c1631a Mon Sep 17 00:00:00 2001 From: Dylan Magar <85457381+DJStompZone@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:32:40 -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 8f3ebc8..83a1f56 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.8, 3.9, 3.10, 3.x ] + python: [ 3.9.x, 3.10.x, 3.11.x, 3.12.x] steps: - name: Setup python