File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 submodules : true
3232
33- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
33+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3434
3535 - name : Build wheel & sdist
3636 run : |
Original file line number Diff line number Diff line change 3333 submodules : true
3434 ref : ${{ github.event.pull_request.head.ref }}
3535
36- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
36+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3737
3838 - name : Install Protoc
3939 # protoc 29.x emits gencode 5.x. Do NOT bump to 30+ (gencode 6+): the
6767 with :
6868 submodules : true
6969
70- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
70+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7171
7272 - name : Build wheel & sdist
7373 run : |
Original file line number Diff line number Diff line change 3333 submodules : true
3434 ref : ${{ github.event.pull_request.head.ref }}
3535
36- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
36+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3737
3838 - name : Install Protoc
3939 uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3
@@ -79,10 +79,10 @@ jobs:
7979 with :
8080 submodules : true
8181
82- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
82+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 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
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 submodules : recursive
1919
2020 - name : Set up Python 3.9
21- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
21+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2222 with :
23- python-version : 3.9
23+ python-version : 3.14
2424
2525 - name : Install uv
26- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
26+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
2727 with :
2828 enable-cache : true
2929 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change 6666 fi
6767
6868 - name : Set up Python
69- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
69+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7070 with :
71- python-version : " 3.10 "
71+ python-version : " 3.14 "
7272
7373 - name : Install dependencies
7474 run : pip install click packaging
@@ -221,10 +221,10 @@ jobs:
221221 with :
222222 submodules : true
223223
224- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
224+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 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
@@ -295,7 +295,7 @@ jobs:
295295 with :
296296 submodules : true
297297
298- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
298+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
299299
300300 - name : Build wheel & sdist
301301 run : |
@@ -344,7 +344,7 @@ jobs:
344344 with :
345345 submodules : true
346346
347- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
347+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
348348
349349 - name : Build wheel & sdist
350350 run : |
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
8- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
99 with :
10- python-version : " 3.9 "
10+ python-version : " 3.14 "
1111
1212 - name : Install uv
13- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
13+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
1414 with :
1515 enable-cache : true
1616 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 with :
4141 submodules : true
4242
43- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
43+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4444 with :
45- python-version : " 3.12 "
45+ python-version : " 3.14 "
4646
4747 - name : Install uv
48- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
48+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
4949
5050 - name : Install livekit-api (without livekit-rtc)
5151 run : |
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 submodules : true
3838 lfs : true
3939
40- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
40+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4141 with :
4242 python-version : ${{ inputs.python-version }}
4343 allow-prereleases : true
4444
4545 - name : Install uv
46- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
46+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
4747 with :
4848 enable-cache : true
4949 cache-dependency-glob : " uv.lock"
You can’t perform that action at this time.
0 commit comments