File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Python
2626 uses : actions/setup-python@v5
2727 with :
28- python-version : ' 3.12 '
28+ python-version : ' 3.13 '
2929 - name : Add project directory to PYTHONPATH
3030 run : echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
3131 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 fail-fast : False
3232 matrix :
3333 os : [windows, ubuntu, macos]
34- python-version : ["3.12 "]
34+ python-version : ["3.13 "]
3535 include :
3636 - os : ubuntu
37- python-version : " 3.13 "
37+ python-version : " 3.12 "
3838 - os : ubuntu
3939 python-version : " 3.11"
4040 - os : ubuntu
6868 - name : Set up Python
6969 uses : actions/setup-python@v5
7070 with :
71- python-version : " 3.12"
71+ python-version : " 3.13"
72+ allow-prereleases : true
7273 cache : ' pip'
7374 - name : Install uv
7475 run : pip install uv
Original file line number Diff line number Diff line change 3232 - name : Set up Python
3333 uses : actions/setup-python@v5
3434 with :
35- python-version : " 3.12"
35+ python-version : " 3.13"
36+ allow-prereleases : true
3637 cache : ' pip'
3738 - name : Install dependencies
3839 run : pip install -U pip hatch
You can’t perform that action at this time.
0 commit comments