Skip to content

Commit 9e5e2e3

Browse files
committed
ci: add Python 3.14 runners
1 parent 3b2fea4 commit 9e5e2e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [windows-latest, macos-latest, ubuntu-latest]
17-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1818
defaults:
1919
run:
2020
shell: bash

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install uv and set the Python version
1818
uses: astral-sh/setup-uv@v7
1919
with:
20-
python-version: 3.13
20+
python-version: 3.14
2121
- name: Build package
2222
run: uv build
2323
- name: Publish package to PyPI

0 commit comments

Comments
 (0)