File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
strategy :
27
27
matrix :
28
- python-version : ["3.9", "3.12"]
28
+ python-version : ["3.9", "3.12", "3.13" ]
29
29
30
30
env :
31
31
UV_SYSTEM_PYTHON : 1
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
strategy :
25
25
matrix :
26
- python-version : ["3.9", "3.12"]
26
+ python-version : ["3.9", "3.12", "3.13" ]
27
27
28
28
env :
29
29
UV_SYSTEM_PYTHON : 1
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
41
41
- name : Install uv and set the python version
42
42
uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
43
43
with :
44
- python-version : ' 3.12 '
44
+ python-version : ' 3.13 '
45
45
activate-environment : true
46
46
47
- - name : Set up Python 3.12
47
+ - name : Set up Python 3.13
48
48
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
49
49
with :
50
- python-version : ' 3.12 '
50
+ python-version : ' 3.13 '
51
51
52
52
- name : Install dependencies
53
53
run : |
You can’t perform that action at this time.
0 commit comments