File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 # setuptools_scm requires git history to determine the version
3232 fetch-depth : 0
3333
34- - name : " Set up Python 3.11 "
34+ - name : " Set up Python 3.13 "
3535 uses : actions/setup-python@v5
3636 with :
37- python-version : " 3.11 "
37+ python-version : " 3.13 "
3838
3939 - name : " Install uv"
4040 uses : astral-sh/setup-uv@v3
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 - name : Checkout
2222 uses : actions/checkout@v4
2323
24- - name : Set up Python 3.11
24+ - name : Set up Python 3.13
2525 uses : actions/setup-python@v5
2626 with :
27- python-version : " 3.11 "
27+ python-version : " 3.13 "
2828
2929 - name : Install uv
3030 uses : astral-sh/setup-uv@v3
Original file line number Diff line number Diff line change 1+ 3.13
2+
You can’t perform that action at this time.
0 commit comments