Use release version of Python 3.10 (#6116)

This commit is contained in:
Sebastian Rittau
2021-10-05 14:49:51 +02:00
committed by GitHub
parent b84af5a4af
commit ad7d478a8f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta.1']
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false
steps:

View File

@@ -113,7 +113,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# Python 3.9.7 is required due to changes to ForwardRef.
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10.0-rc.2"]
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10"]
fail-fast: false
steps: