Commit 7763ecd 1 parent 9c76b1d commit 7763ecd Copy full SHA for 7763ecd
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Python
16
16
uses : actions/setup-python@v5
17
17
with :
18
- python-version : " 3.11 "
18
+ python-version : " 3.13 "
19
19
cache : " pip" # caching pip dependencies
20
20
21
21
- run : pip install -e .
Original file line number Diff line number Diff line change 14
14
- name : Set up Python
15
15
uses : actions/setup-python@v5
16
16
with :
17
- python-version : " 3.11 "
17
+ python-version : " 3.13 "
18
18
cache : ' pip' # caching pip dependencies
19
19
20
20
- name : Set up build tools
Original file line number Diff line number Diff line change 28
28
- name : Set up Python
29
29
uses : actions/setup-python@v5
30
30
with :
31
- python-version : " 3.11 "
31
+ python-version : " 3.13 "
32
32
cache : " pip" # caching pip dependencies
33
33
34
34
- name : Set up build tools
You can’t perform that action at this time.
0 commit comments