From 18e1361e8b8347fee9cfbbba94f6c0220bced418 Mon Sep 17 00:00:00 2001 From: Eric Jolibois Date: Fri, 10 Sep 2021 13:48:55 +0200 Subject: [PATCH] chore(ci): switch to 3.10.0-rc2 (#3199) --- .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 77eb1ee..39803a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: fail-fast: false matrix: os: [macos, windows] - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.2'] env: PYTHON: ${{ matrix.python-version }} OS: ${{ matrix.os }}