Skip to content

Commit bc92f2e

Browse files
committed
Allow python 3.14 and update dependencies
Drop python 3.9 and 3.11 as not supported by scipy that supports 3.14
1 parent 7377ffa commit bc92f2e

File tree

6 files changed

+1301
-1295
lines changed

6 files changed

+1301
-1295
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.14"
1818
cache: 'pip'
1919
- name: Install Python Dependencies
2020
run: |
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0
4242
- uses: actions/setup-python@v5
4343
with:
44-
python-version: "3.10"
44+
python-version: "3.14"
4545
cache: 'pip'
4646
- name: Install Python Dependencies
4747
run: |
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 0
7676
- uses: actions/setup-python@v5
7777
with:
78-
python-version: "3.10"
78+
python-version: "3.14"
7979
cache: 'pip'
8080
- name: Install Python Dependencies
8181
run: |
@@ -102,7 +102,7 @@ jobs:
102102
# uses: tj-actions/changed-files@v41
103103
# - uses: actions/setup-python@v5
104104
# with:
105-
# python-version: "3.10"
105+
# python-version: "3.14"
106106
# - name: Install Dependencies
107107
# run: pip install -r source/requirements.txt
108108
# - name: Run linkcheck on .rst files
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v4
127127
- uses: actions/setup-python@v5
128128
with:
129-
python-version: "3.10"
129+
python-version: "3.14"
130130
- name: Install Dependencies
131131
run: |
132132
pip install -r source/requirements.txt
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/checkout@v4
141141
- uses: actions/setup-python@v5
142142
with:
143-
python-version: "3.10"
143+
python-version: "3.14"
144144
- name: Install Dependencies
145145
run: |
146146
pip install -r source/requirements.txt
@@ -170,7 +170,7 @@ jobs:
170170
git fetch origin main --depth=1
171171
- uses: actions/setup-python@v5
172172
with:
173-
python-version: "3.10"
173+
python-version: "3.14"
174174
- name: Install Dependencies
175175
run: |
176176
pip install -r source/requirements.txt
@@ -187,7 +187,7 @@ jobs:
187187
- uses: actions/checkout@v4
188188
- uses: actions/setup-python@v5
189189
with:
190-
python-version: "3.10"
190+
python-version: "3.14"
191191
- name: Install Python Dependencies
192192
run: |
193193
pip install -r source/requirements.txt

0 commit comments

Comments
 (0)