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 ccf1a18 commit 03e63edCopy full SHA for 03e63ed
.github/workflows/build-matrix.yml
.github/workflows/ci.yml
@@ -2,6 +2,7 @@ name: ci
2
3
on:
4
push:
5
+ branches: [ "testing", "main" ]
6
pull_request:
7
branches:
8
- main
@@ -64,12 +65,7 @@ jobs:
64
65
- macos-latest
66
- windows-latest
67
python-version:
- - "3.9"
68
- - "3.10"
69
- - "3.11"
70
- "3.12"
71
- - "3.13"
72
- - "3.14"
73
resolution:
74
- highest
75
- lowest-direct
@@ -79,7 +75,7 @@ jobs:
79
- os: windows-latest
80
76
resolution: lowest-direct
81
77
runs-on: ${{ matrix.os }}
82
- continue-on-error: ${{ matrix.python-version == '3.14' }}
78
+ # continue-on-error: ${{ matrix.python-version == '3.14' }}
83
84
steps:
85
- name: Checkout
0 commit comments