Skip to content

Commit 7f8f90b

Browse files
chore(deps): update dependency python to 3.14
Generated by renovateBot
1 parent 5453deb commit 7f8f90b

9 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3939
with:
40-
python-version: "3.10"
40+
python-version: "3.14"
4141

4242
- name: Install uv
4343
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8080
with:
81-
python-version: "3.11"
81+
python-version: "3.14"
8282

8383
- name: Install cibuildwheel
8484
run: |
@@ -121,7 +121,7 @@ jobs:
121121
- name: Set up Python
122122
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
123123
with:
124-
python-version: "3.11"
124+
python-version: "3.14"
125125

126126
- name: Install cibuildwheel
127127
run: |
@@ -165,7 +165,7 @@ jobs:
165165
- name: Set up Python
166166
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
167167
with:
168-
python-version: "3.11"
168+
python-version: "3.14"
169169

170170
- name: Install cibuildwheel
171171
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.14"
2727

2828
- name: Install the project
2929
run: uv sync --all-extras --dev

.github/workflows/download-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1818
with:
19-
python-version: "3.12"
19+
python-version: "3.14"
2020

2121
- name: Generate report
2222
run: python .github/download_stats.py > stats.txt

.github/workflows/evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3737
with:
38-
python-version: "3.12"
38+
python-version: "3.14"
3939

4040
- name: Install the project
4141
run: uv sync --all-extras --dev

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.14"
2323

2424
- name: Install uv
2525
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Python
6262
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
6363
with:
64-
python-version: "3.10"
64+
python-version: "3.14"
6565

6666
- name: Install dependencies
6767
run: pip install click packaging pyyaml colorama

.github/workflows/test-realtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4040
with:
41-
python-version: "3.12"
41+
python-version: "3.14"
4242

4343
- name: Install dependencies
4444
run: uv sync --all-extras --dev

.github/workflows/test-stt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Set up Python
163163
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
164164
with:
165-
python-version: "3.12"
165+
python-version: "3.14"
166166

167167
- name: Install dependencies
168168
run: |

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3131
with:
32-
python-version: "3.12"
32+
python-version: "3.14"
3333

3434
- name: Build and install blockguard
3535
run: pip install livekit-plugins/livekit-blockguard/
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5555
with:
56-
python-version: "3.12"
56+
python-version: "3.14"
5757

5858
- name: Install the project
5959
run: uv sync --all-extras --dev
@@ -80,7 +80,7 @@ jobs:
8080

8181
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8282
with:
83-
python-version: "3.12"
83+
python-version: "3.14"
8484

8585
- name: Install the project
8686
run: uv sync --all-extras --dev

0 commit comments

Comments
 (0)