File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 uses : astral-sh/setup-uv@v7
5353 - name : Set up Miniconda
5454 uses : conda-incubator/setup-miniconda@v3
55- if : matrix.python-version == '3.11 '
55+ if : matrix.python-version == '3.14 '
5656 with :
5757 auto-update-conda : true
5858 python-version : ${{ matrix.python-version }}
6565 - name : Run min-version tests on ${{ matrix.os }}
6666 run : nox --session minimums --force-python="${{ matrix.python-version }}" -- --full-trace
6767 - name : Run Conda tests
68- if : matrix.python-version == '3.13 '
68+ if : matrix.python-version == '3.14 '
6969 run : nox --session "conda_tests" -- --full-trace
7070 - name : Save coverage report
7171 uses : actions/upload-artifact@v5
Original file line number Diff line number Diff line change 11argcomplete >=1.9.4,<3.0
22attrs >=23.1
33colorlog >=2.6.1,<7.0.0
4+ coverage>=7.10.3
45dependency-groups >=1.1
56httpx
67humanize
You can’t perform that action at this time.
0 commit comments