From 2212dda7c712f5a0d2d962658aaf8e8e75283192 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Wed, 6 Oct 2021 11:13:34 +0200 Subject: [PATCH] Bump Python 3.10 in the CI (#1886) 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 edbd13e6..836ac372 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10.0-rc.1"] + python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10"] steps: - uses: "actions/checkout@v2"