Update Test Matrix to Use Stable Python 3.11 (#3313)

This commit is contained in:
Harshil 2022-10-27 09:24:23 +02:00 committed by GitHub
parent 76c2fc1776
commit 959e6a8470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: