Skip to content

Commit 97beaee

Browse files
committed
Test macOS Intel with Python 3.10
1 parent 956ee04 commit 97beaee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ jobs:
5151
"3.10",
5252
]
5353
include:
54-
- { python-version: "3.11", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
55-
- { python-version: "3.10", PYTHONOPTIMIZE: 2 }
54+
- { python-version: "3.12", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
55+
- { python-version: "3.11", PYTHONOPTIMIZE: 2 }
5656
# Free-threaded
5757
- { python-version: "3.14t", disable-gil: true }
5858
- { 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" }
5963

6064
runs-on: ${{ matrix.os }}
6165
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)