From 4446ef1913faafe9c8c15a0e42410acd9d4384fb Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Tue, 3 Jan 2023 13:54:26 -0700 Subject: [PATCH] ci: update skip job for 3.11 GA (cherry picked from commit 47a329b9bc344985e30f840c7445723cdba8f7c3) --- .github/workflows/skip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/skip.yml b/.github/workflows/skip.yml index 40225d5adfd..be69a320bbb 100644 --- a/.github/workflows/skip.yml +++ b/.github/workflows/skip.yml @@ -28,6 +28,6 @@ jobs: strategy: matrix: os: [Ubuntu, macOS, Windows] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - run: exit 0