From 81d7c765b8554aa92b5879b0fd8d9c2be2f03c21 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 28 Oct 2022 12:20:58 -0500 Subject: [PATCH] Switch to 3.11 in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's use the latest released version of 3.11 now that it went GA. 🐍 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c32e0b2d..3e64126e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [Ubuntu] - python-version: ["3.9", "3.10", "3.11-dev"] + python-version: ["3.9", "3.10", "3.11"] include: - os: Ubuntu image: ubuntu-22.04