File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2222 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2323
2424 - name : Install uv and set the python version
25- uses : astral-sh/setup-uv@v6
25+ uses : astral-sh/setup-uv@v7
2626 with :
27- python-version : " 3.13 "
27+ python-version : " 3.14 "
2828 - name : Install the project
2929 run : uv sync --group docs
3030 - name : Check if the MkDocs documentation can be built
Original file line number Diff line number Diff line change 2424 path : ~/.cache/pre-commit
2525 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
2626 - name : Install uv and set the python version
27- uses : astral-sh/setup-uv@v6
27+ uses : astral-sh/setup-uv@v7
2828 with :
29- python-version : " 3.13 "
29+ python-version : " 3.14 "
3030 - name : Install the project
3131 run : uv sync --group quality
3232 - name : Run pre-commit
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2727 - name : Install uv
28- uses : astral-sh/setup-uv@v6
28+ uses : astral-sh/setup-uv@v7
2929
3030 - name : Set up Python ${{ matrix.python-version }}
3131 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2727 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2828
2929 - name : Install uv and set the python version
30- uses : astral-sh/setup-uv@v6
30+ uses : astral-sh/setup-uv@v7
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
Original file line number Diff line number Diff line change 99 - id : trailing-whitespace
1010
1111 - repo : https://github.com/astral-sh/ruff-pre-commit
12- rev : " v0.13.3 "
12+ rev : " v0.14.0 "
1313 hooks :
1414 - id : ruff-format
1515 args : [--config=ruff.toml]
Original file line number Diff line number Diff line change 22.PHONY : install
33install : # # Install the virtual environment with dependencies
44 @echo " 🚀 Creating uv Python virtual environment"
5- @uv python install 3.13
6- @uv sync --python=3.13
5+ @uv python install 3.14
6+ @uv sync --python=3.14
77 @echo " 🚀 Installing Git pre-commit hooks locally"
88 @uv run pre-commit install
99 @echo " 🚀 Installing Prettier using npm"
You can’t perform that action at this time.
0 commit comments