Skip to content

Commit e1d4bca

Browse files
authored
Update pipeline.yml
1 parent d69879d commit e1d4bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
matrix:
8585
operating-system: [ubuntu-latest, macos-latest]
86-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
86+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
8787
steps:
8888
- uses: actions/checkout@v4
8989
- name: Conda config
@@ -153,4 +153,4 @@ jobs:
153153
run: |
154154
cp -r docs/images .
155155
papermill docs/technology.ipynb docs/technology-out.ipynb -k python3
156-
papermill docs/implementation.ipynb docs/implementation-out.ipynb -k python3
156+
papermill docs/implementation.ipynb docs/implementation-out.ipynb -k python3

0 commit comments

Comments
 (0)