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