Skip to content

Commit c3fa151

Browse files
Update dependency python to 3.14
Generated by renovateBot
1 parent d26877b commit c3fa151

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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2222
with:
23-
python-version: 3.9
23+
python-version: 3.14
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0

.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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
88
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
99
with:
10-
python-version: "3.9"
10+
python-version: "3.14"
1111

1212
- name: Install uv
1313
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0

0 commit comments

Comments
 (0)