From c776287cbdb1c42414c9562702431ac99d32d8a3 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Mon, 31 Oct 2022 01:05:34 +0100 Subject: [PATCH] Change -dev to full Python 3.11 version (#77) As in the title, this PR removes the -dev part from Python 3.11 version in CI. --- .github/workflows/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index b1a2e16..76282ea 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -25,7 +25,7 @@ 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"] args: - "" - "--preview"