Skip to content

Commit

Permalink
No support yet for Python 3.14-dev on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 7, 2024
1 parent 3ab70bd commit 01ef83e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ jobs:
# List of unstable criterions.
unstable: list[dict[str, str]] = [
# XXX The version '3.14-dev' with architecture 'x64' was not found for Windows 2019/2022. The list of all
# available versions can be found here:
# 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"},
]
Expand Down

0 comments on commit 01ef83e

Please sign in to comment.