We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af244b commit 7fbc7b1Copy full SHA for 7fbc7b1
.github/workflows/ci.yml
@@ -5,15 +5,8 @@ jobs:
5
strategy:
6
matrix:
7
python-version: ["3.15-dev", "3.15t-dev"]
8
- os: [ubuntu-latest, macos-latest]
+ os: [windows-latest]
9
experimental: [false]
10
- include:
11
- - python-version: "3.15-dev"
12
- os: windows-latest
13
- experimental: true
14
- - python-version: "3.15t-dev"
15
16
17
fail-fast: false
18
runs-on: ${{ matrix.os }}
19
continue-on-error: ${{ matrix.experimental }}
0 commit comments