We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cec51 commit c56069bCopy full SHA for c56069b
.github/actions/setup-env/action.yml
@@ -43,7 +43,7 @@ runs:
43
id: setup-python
44
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
45
with:
46
- version: '0.8.14'
+ version: '0.9.2'
47
enable-cache: true
48
# this doesn't install python but pins the uv version; its the same as providing UV_PYTHON
49
python-version: ${{ inputs.python-version }}
pyproject.toml
@@ -121,7 +121,7 @@ where = ["."]
121
include = ["disnake*"]
122
123
[tool.uv]
124
-required-version = ">=0.8.4"
+required-version = ">=0.9.2"
125
126
[tool.ruff]
127
line-length = 100
0 commit comments