File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 25
25
- name : Set up Python
26
26
uses : actions/setup-python@v5
27
27
with :
28
- python-version : ' 3.12 '
28
+ python-version : ' 3.13 '
29
29
- name : Add project directory to PYTHONPATH
30
30
run : echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
31
31
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
fail-fast : False
32
32
matrix :
33
33
os : [windows, ubuntu, macos]
34
- python-version : ["3.12 "]
34
+ python-version : ["3.13 "]
35
35
include :
36
36
- os : ubuntu
37
- python-version : " 3.13 "
37
+ python-version : " 3.12 "
38
38
- os : ubuntu
39
39
python-version : " 3.11"
40
40
- os : ubuntu
68
68
- name : Set up Python
69
69
uses : actions/setup-python@v5
70
70
with :
71
- python-version : " 3.12"
71
+ python-version : " 3.13"
72
+ allow-prereleases : true
72
73
cache : ' pip'
73
74
- name : Install uv
74
75
run : pip install uv
Original file line number Diff line number Diff line change 32
32
- name : Set up Python
33
33
uses : actions/setup-python@v5
34
34
with :
35
- python-version : " 3.12"
35
+ python-version : " 3.13"
36
+ allow-prereleases : true
36
37
cache : ' pip'
37
38
- name : Install dependencies
38
39
run : pip install -U pip hatch
You can’t perform that action at this time.
0 commit comments