Skip to content

Commit 4dc38a9

Browse files
authored
Update build.yml
1 parent 0eaf52b commit 4dc38a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Python
8484
uses: actions/setup-python@v5
8585
with:
86-
python-version: "3.10"
86+
python-version: "3.14"
8787
cache: "pip"
8888

8989
- name: Install project dependencies
@@ -137,7 +137,7 @@ jobs:
137137
- name: Set up Python
138138
uses: actions/setup-python@v5
139139
with:
140-
python-version: "3.10"
140+
python-version: "3.14"
141141
cache: "pip"
142142

143143
- name: Install project dependencies
@@ -189,7 +189,7 @@ jobs:
189189
uses: ./.github/workflows/build-wheel.yml
190190
needs: [tests-unix, read-version]
191191
with:
192-
python-version: "3.10"
192+
python-version: "3.14"
193193
architecture: ${{ matrix.target }}
194194
artifact-name: wheels-linux-${{ matrix.target }}
195195
runs-on: ${{ matrix.runs-on }}
@@ -235,7 +235,7 @@ jobs:
235235
- name: Set up Python
236236
uses: actions/setup-python@v5
237237
with:
238-
python-version: "3.10"
238+
python-version: "3.14"
239239
cache: "pip"
240240

241241
- name: Download wheel artifacts
@@ -274,7 +274,7 @@ jobs:
274274
uses: ./.github/workflows/build-wheel.yml
275275
needs: [tests-windows, read-version]
276276
with:
277-
python-version: "3.10"
277+
python-version: "3.14"
278278
architecture: ${{ matrix.target }}
279279
artifact-name: wheels-windows-${{ matrix.target }}
280280
runs-on: windows-latest
@@ -312,7 +312,7 @@ jobs:
312312
- name: Set up Python
313313
uses: actions/setup-python@v5
314314
with:
315-
python-version: "3.10"
315+
python-version: "3.14"
316316
cache: "pip"
317317

318318
- name: Download wheel artifacts
@@ -353,7 +353,7 @@ jobs:
353353
uses: ./.github/workflows/build-wheel.yml
354354
needs: [tests-unix, read-version]
355355
with:
356-
python-version: "3.10"
356+
python-version: "3.14"
357357
runs-on: ${{ matrix.runs-on }}
358358
artifact-name: wheels-macos-${{ matrix.target }}
359359
architecture: ${{ matrix.target }}
@@ -403,7 +403,7 @@ jobs:
403403
- name: Set up Python
404404
uses: actions/setup-python@v5
405405
with:
406-
python-version: "3.10"
406+
python-version: "3.14"
407407
cache: "pip"
408408

409409
- name: Download wheel artifacts
@@ -451,7 +451,7 @@ jobs:
451451
- uses: actions/checkout@v4
452452
- uses: actions/setup-python@v5
453453
with:
454-
python-version: "3.10"
454+
python-version: "3.14"
455455
cache: "pip"
456456
- name: Install dependencies
457457
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)