From f87e8113454946339c2575b33816ae533235270c Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 14 Apr 2022 10:58:47 +0300 Subject: [PATCH] Remove old comments about pinned Python versions (#7622) --- .github/workflows/daily.yml | 2 -- .github/workflows/tests.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 22a3f44c5..e3cc14f13 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -21,8 +21,6 @@ jobs: matrix: # macos-11 does not have tcl/tk installed, needed for stubtesting tkinter 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", "3.10"] fail-fast: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f14fea35..712942ffa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,8 +96,6 @@ jobs: matrix: # macos-11 does not have tcl/tk installed, needed for stubtesting tkinter 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", "3.10"] fail-fast: false