From af9bf9e9599ba61b3d32656cade1611a91ff194f Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 26 Oct 2024 11:45:35 +0400 Subject: [PATCH] Python 3.14-dev is now available everywhere --- .github/workflows/tests.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 952b9e9a1..f835d0938 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -70,15 +70,7 @@ jobs: exclude: list[dict[str, str]] = [] # List of unstable criterions. - unstable: list[dict[str, str]] = [ - # XXX 3.14-dev is only available for Ubuntu right now. Check: - # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json - {"os": "macos-15", "python-version": "3.14-dev"}, - {"os": "macos-14", "python-version": "3.14-dev"}, - {"os": "macos-13", "python-version": "3.14-dev"}, - {"os": "windows-2022", "python-version": "3.14-dev"}, - {"os": "windows-2019", "python-version": "3.14-dev"}, - ] + unstable: list[dict[str, str]] = [] # Removes from the matrix some combinations for development versions of Click and Cloup. This reduce the size # of the matrix for tests on non-released versions. While keeping the full exhaustive tests on the released