Skip to content

Commit c56069b

Browse files
build: bump uv to 0.9 for python 3.14 final (#1428)
1 parent 96cec51 commit c56069b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
id: setup-python
4444
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
4545
with:
46-
version: '0.8.14'
46+
version: '0.9.2'
4747
enable-cache: true
4848
# this doesn't install python but pins the uv version; its the same as providing UV_PYTHON
4949
python-version: ${{ inputs.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ where = ["."]
121121
include = ["disnake*"]
122122

123123
[tool.uv]
124-
required-version = ">=0.8.4"
124+
required-version = ">=0.9.2"
125125

126126
[tool.ruff]
127127
line-length = 100

0 commit comments

Comments
 (0)