Skip to content

Commit 9924f37

Browse files
chore(ci): upgrade python for build action [backport 2.18] (#11782)
Co-authored-by: Christophe Papazian <[email protected]>
1 parent 6bb2036 commit 9924f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-python@v5
4141
name: Install Python
4242
with:
43-
python-version: '3.7'
43+
python-version: '3.12'
4444
- name: Build sdist
4545
run: |
4646
pip install "setuptools_scm[toml]>=4" "cython" "cmake>=3.24.2,<3.28" "setuptools-rust"

0 commit comments

Comments
 (0)