Switch to Python 3.10.0-rc.1 in CI (#5845)

* Switch to Python 3.10.0-rc.1 in CI

* Add module argument to ForwardRef.__init__()
This commit is contained in:
Sebastian Rittau
2021-08-04 16:14:38 +02:00
committed by GitHub
parent b2e429cd41
commit 840df19501
2 changed files with 5 additions and 2 deletions

View File

@@ -100,7 +100,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.4"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"]
fail-fast: false
steps: