Skip to content

Commit

Permalink
Bump python-version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Feb 9, 2025
1 parent eef4d1d commit 66b59e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Install Ubuntu packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Install Homebrew packages
run: |
Expand Down

0 comments on commit 66b59e5

Please sign in to comment.