We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956ee04 commit 97beaeeCopy full SHA for 97beaee
.github/workflows/test.yml
@@ -51,11 +51,15 @@ jobs:
51
"3.10",
52
]
53
include:
54
- - { python-version: "3.11", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
55
- - { python-version: "3.10", PYTHONOPTIMIZE: 2 }
+ - { python-version: "3.12", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
+ - { python-version: "3.11", PYTHONOPTIMIZE: 2 }
56
# Free-threaded
57
- { python-version: "3.14t", disable-gil: true }
58
- { python-version: "3.13t", disable-gil: true }
59
+ # Intel
60
+ - { os: "macos-13", python-version: "3.10" }
61
+ exclude:
62
+ - { os: "macos-latest", python-version: "3.10" }
63
64
runs-on: ${{ matrix.os }}
65
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
0 commit comments