Skip to content

Commit

Permalink
.github/workflows/package_and_publish.yml: use python 3.13 instead of…
Browse files Browse the repository at this point in the history
… 3.10
  • Loading branch information
fhs committed Jan 5, 2025
1 parent 80a673e commit 64be728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.10'
python-version: '3.13'

- name: Setup conda (windows-latest)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 64be728

Please sign in to comment.