Unpin Python micro versions used by stubtest (#7619)

Add new `asyncio` method, fix allowlists
This commit is contained in:
Alex Waygood
2022-04-13 22:07:01 +02:00
committed by GitHub
parent ce88976c0d
commit a1b1b95f67
4 changed files with 6 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
# between micro versions.
python-version: ["3.6", "3.7", "3.8", "3.9.10", "3.10.2"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false
steps: