'module' argument to ForwardRef.__init__() added in Python 3.9.7 (#6017)

Pin Python 3.9.7 for stubtest and update 3.10.0 to rc2
This commit is contained in:
Sebastian Rittau
2021-09-10 01:10:28 +02:00
committed by GitHub
parent 6122b5e8b4
commit 9295c70ec0
2 changed files with 4 additions and 2 deletions

View File

@@ -112,7 +112,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"]
# 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"]
fail-fast: false
steps: