File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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/
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
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
You can’t perform that action at this time.
0 commit comments