From c68f3f5199f94fd3a245f9aa65064b873893afdb Mon Sep 17 00:00:00 2001 From: Michael Oliver Date: Thu, 17 Nov 2022 16:43:47 +0000 Subject: [PATCH] Don't use dev version of 3.11 in CI (#610) * Update version `3.11-dev` > `3.11` in CI * Update .github/workflows/test-suite.yml * Update .github/workflows/test-suite.yml Co-authored-by: Tom Christie --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index ae584778c..c587bd112 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - 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: - uses: "actions/checkout@v2"