Skip to content

Commit f87e811

Browse files
authored
Remove old comments about pinned Python versions (#7622)
1 parent e90a551 commit f87e811

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/daily.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
matrix:
2222
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
2323
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
24-
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
25-
# between micro versions.
2624
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2725
fail-fast: false
2826

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ jobs:
9696
matrix:
9797
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
9898
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
99-
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
100-
# between micro versions.
10199
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
102100
fail-fast: false
103101

0 commit comments

Comments
 (0)