Skip to content

Commit e5f1475

Browse files
committed
update workflows to use python 3.10, build on python >= 3.14
1 parent 1bc653d commit e5f1475

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@v7
2020
with:
2121
version: "0.10.4"
22-
python-version: "3.9"
22+
python-version: "3.10"
2323
enable-cache: "false"
2424
- name: Push tag for each updated package
2525
env:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
11+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15", "3.16"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout

.github/workflows/dependency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@v7
2020
with:
2121
version: "0.10.4"
22-
python-version: "3.9"
22+
python-version: "3.10"
2323
- name: UV Python dependency updater
2424
env:
2525
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)