File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 build-deploy-docs :
1212 runs-on : ubuntu-24.04
13+ matrix :
14+ python-version : ["3.12", "3.14"]
1315
1416 steps :
1517 - uses : actions/checkout@v3
@@ -20,14 +22,14 @@ jobs:
2022 fetch-depth : 0
2123 - uses : actions/setup-python@v5
2224 with :
23- python-version : " 3.12 "
25+ python-version : ${{ matrix.python-version }}
2426
2527 - name : Install the latest version of uv
2628 uses : astral-sh/setup-uv@v7
2729 with :
2830 activate-environment : true
2931 version : " latest"
30- python-version : ${{ matrix.python }}
32+ python-version : ${{ matrix.python-version }}
3133
3234 - name : Install python dependencies
3335 run : |
Original file line number Diff line number Diff line change 2525 fail-fast : false
2626 matrix :
2727 os : [ubuntu-24.04, windows-2022, macos-14]
28- python-version : ["3.12"]
28+ python-version : ["3.12", "3.14" ]
2929 env :
3030 OS : ${{ matrix.os }}
3131 PYTHON : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments