Skip to content

Commit 77fb761

Browse files
committed
remove python 3.8 run in ci pipeline
1 parent a1229b2 commit 77fb761

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,10 @@ on: [pull_request, workflow_dispatch]
55
jobs:
66
main:
77
name: CI
8-
continue-on-error: ${{ matrix.optional }}
98
strategy:
109
matrix:
1110
os: [ubuntu-latest, macos-latest]
1211
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
13-
optional: [false]
14-
include:
15-
- os: ubuntu-latest
16-
python-version: "3.8"
17-
optional: true
18-
- os: macos-latest
19-
python-version: "3.8"
20-
optional: true
2112
runs-on: ${{ matrix.os }}
2213
steps:
2314
- name: Checkout

0 commit comments

Comments
 (0)