Skip to content

Commit 06c9eff

Browse files
Update dependency python to 3.14
Generated by renovateBot
1 parent e8df6d0 commit 06c9eff

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-rtc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
8383
id: setup-python
8484
with:
85-
python-version: "3.11"
85+
python-version: "3.14"
8686

8787
- name: Build wheels
8888
run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist

.github/workflows/check-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python 3.9
2121
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
2222
with:
23-
python-version: 3.9
23+
python-version: 3.14
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Python
6969
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7070
with:
71-
python-version: "3.10"
71+
python-version: "3.14"
7272

7373
- name: Install dependencies
7474
run: pip install click packaging
@@ -224,7 +224,7 @@ jobs:
224224
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
225225
id: setup-python
226226
with:
227-
python-version: "3.11"
227+
python-version: "3.14"
228228

229229
- name: Build wheels
230230
run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
88
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
99
with:
10-
python-version: "3.9"
10+
python-version: "3.14"
1111

1212
- name: Install uv
1313
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5

0 commit comments

Comments
 (0)