From 874dd389fe39eb708bedf515032eac16c60bade6 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 2 Dec 2022 21:44:34 -0500 Subject: [PATCH] Switch Python 3.11 to stable release in CI (#790) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c898fd2..5872458b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: name: Test strategy: matrix: - pyver: ['3.7', '3.8', '3.9', '3.10', '~3.11.0-0'] + pyver: ['3.7', '3.8', '3.9', '3.10', '3.11'] no-extensions: ['', 'Y'] os: [ubuntu, macos, windows] exclude: