Skip to content

Commit

Permalink
Update python version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Feb 7, 2025
1 parent 754b89e commit 70fc983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install the latest version of uv and set the Python version
uses: astral-sh/setup-uv@v5
with:
python-version: '3.12'
python-version: '3.13'
enable-cache: true
cache-dependency-glob: |
**/requirements*.txt
Expand Down

0 comments on commit 70fc983

Please sign in to comment.