Fix default value of input, remove now unused allowlist entry for epoll (#9742)

This commit is contained in:
Shantanu
2023-02-16 15:55:31 -08:00
committed by GitHub
parent 660c832fa4
commit 5c54e52e23
8 changed files with 6 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ jobs:
matrix:
# tkinter doesn't import on macOS-12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10.10", "3.11.2"] # TODO: unpin micro versions
fail-fast: false
steps:

View File

@@ -32,7 +32,7 @@ jobs:
matrix:
# tkinter doesn't import on macOS 12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10.10", "3.11.2"] # TODO: unpin micro versions
fail-fast: false
steps: