Skip to content

Commit 31a5d2d

Browse files
committed
ci: add Python 3.14 to codecov and update workflow to use 3.14
1 parent 6bd066f commit 31a5d2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# macos-14 aka. macos-latest has switched to being an ARM runner, only supporting newer versions of Python.
3737
# https://github.com/actions/setup-python/issues/855#issuecomment-2096792205
3838
os: [ ubuntu-latest, windows-latest, macos-13 ]
39-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
39+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
4040
env:
4141
PYTEST_REPORT_FILENAME: report-${{ matrix.os }}-${{ matrix.python-version }}.html
4242

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: matrix.qemu != true
7171
uses: ./.github/actions/setup-python
7272
with:
73-
python-version: "3.13"
73+
python-version: "3.14"
7474
architecture: ${{ matrix.python-arch }}
7575

7676
- name: Create Executable (Native)

0 commit comments

Comments
 (0)