From 959e6a8470482f3c5b47fd834bc8f66e7d57c38e Mon Sep 17 00:00:00 2001 From: Harshil <37377066+harshil21@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:24:23 +0200 Subject: [PATCH] Update Test Matrix to Use Stable Python 3.11 (#3313) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c73e11d8..66d0e0ad0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-rc.2'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: False steps: