We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a971f74 commit de49cb2Copy full SHA for de49cb2
pixi.toml
@@ -9,7 +9,7 @@ conda-recipe-v2-schema = { path = ".", editable = true }
9
10
[dependencies]
11
pydantic = ">=2.8.2,<3"
12
-ruff = ">=0.5.2,<0.6"
+ruff = ">=0.14.4,<0.15"
13
pyyaml = ">=6.0.1,<7"
14
jsonschema = ">=4.23.0,<5"
15
pytest = ">=8.3.1,<9"
@@ -21,13 +21,13 @@ lint = "ruff check . --fix"
21
tests = "pytest tests"
22
23
[feature.py312.dependencies]
24
-python = "3.12.*"
+python = "3.14.*"
25
26
[feature.py311.dependencies]
27
-python = "3.11.*"
28
29
[feature.py310.dependencies]
30
-python = "3.10.*"
31
32
[environments]
33
default = { features = ["py312"], solve-group = "py312" }
0 commit comments