Skip to content

Commit e72b593

Browse files
committed
Bump minimum uv version
1 parent 9e97f1e commit e72b593

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/actions/install-aiida-core/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Set up uv
3535
uses: astral-sh/setup-uv@v6
3636
with:
37-
version: 0.7.6
37+
version: 0.8.22
3838
python-version: ${{ inputs.python-version }}
3939
activate-environment: true
4040

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
)$
4646
4747
- repo: https://github.com/astral-sh/uv-pre-commit
48-
rev: 0.8.0
48+
rev: 0.8.22
4949
hooks:
5050
# Check and update the uv lockfile
5151
- id: uv-lock

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ build:
1717
# https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv
1818
pre_create_environment:
1919
- asdf plugin add uv
20-
- asdf install uv 0.7.6
21-
- asdf global uv 0.7.6
20+
- asdf install uv 0.8.22
21+
- asdf global uv 0.8.22
2222
create_environment:
2323
# Create a virtual environment in '.venv/' folder
2424
# which is picked up automatically by `uv sync` and `uv run` commands below

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,4 +557,4 @@ commands = molecule {posargs:test}
557557
# .pre-commit-config.yaml
558558
# .github/actions/install-aiida-core/action.yml
559559
# .readthedocs.yml
560-
required-version = ">=0.7.0"
560+
required-version = ">=0.8.4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)