File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 - uses : actions/setup-python@v5
2929 name : Install Python
3030 with :
31- python-version : ' 3.10 '
31+ python-version : ' 3.12 '
3232 - name : Install deps
3333 run : pip install -U setuptools-rust build
3434 - name : Build sdist
5252 - uses : actions/setup-python@v5
5353 name : Install Python
5454 with :
55- python-version : ' 3.10 '
55+ python-version : ' 3.12 '
5656 - uses : dtolnay/rust-toolchain@stable
5757 - name : Install cibuildwheel
5858 run : |
9696 - uses : actions/setup-python@v5
9797 name : Install Python
9898 with :
99- python-version : ' 3.10 '
99+ python-version : ' 3.12 '
100100 - uses : dtolnay/rust-toolchain@stable
101101 - name : Set up QEMU
102102 uses : docker/setup-qemu-action@v2
@@ -134,7 +134,7 @@ jobs:
134134 - uses : actions/setup-python@v5
135135 name : Install Python
136136 with :
137- python-version : ' 3.10 '
137+ python-version : ' 3.12 '
138138 - uses : dtolnay/rust-toolchain@stable
139139 - name : Set up QEMU
140140 uses : docker/setup-qemu-action@v2
@@ -166,7 +166,7 @@ jobs:
166166 - uses : actions/setup-python@v5
167167 name : Install Python
168168 with :
169- python-version : ' 3.10 '
169+ python-version : ' 3.12 '
170170 architecture : ' x86'
171171 - uses : dtolnay/rust-toolchain@stable
172172 with :
You can’t perform that action at this time.
0 commit comments