Skip to content

Commit

Permalink
chore(ci): upgrade python for build action [backport 2.18] (#11782)
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Papazian <[email protected]>
  • Loading branch information
github-actions[bot] and christophe-papazian authored Dec 18, 2024
1 parent 6bb2036 commit 9924f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.7'
python-version: '3.12'
- name: Build sdist
run: |
pip install "setuptools_scm[toml]>=4" "cython" "cmake>=3.24.2,<3.28" "setuptools-rust"
Expand Down

0 comments on commit 9924f37

Please sign in to comment.