Skip to content

Commit 03e63ed

Browse files
committed
ci: adjust to a new github workflow yaml
1 parent ccf1a18 commit 03e63ed

File tree

2 files changed

+2
-65
lines changed

2 files changed

+2
-65
lines changed

.github/workflows/build-matrix.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ci
22

33
on:
44
push:
5+
branches: [ "testing", "main" ]
56
pull_request:
67
branches:
78
- main
@@ -64,12 +65,7 @@ jobs:
6465
- macos-latest
6566
- windows-latest
6667
python-version:
67-
- "3.9"
68-
- "3.10"
69-
- "3.11"
7068
- "3.12"
71-
- "3.13"
72-
- "3.14"
7369
resolution:
7470
- highest
7571
- lowest-direct
@@ -79,7 +75,7 @@ jobs:
7975
- os: windows-latest
8076
resolution: lowest-direct
8177
runs-on: ${{ matrix.os }}
82-
continue-on-error: ${{ matrix.python-version == '3.14' }}
78+
# continue-on-error: ${{ matrix.python-version == '3.14' }}
8379

8480
steps:
8581
- name: Checkout

0 commit comments

Comments
 (0)