diff --git a/pyproject.toml b/pyproject.toml index ba7ceea..841ec08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,8 @@ python = "3.12" test310 = { features = ["py310", "test"], solve-group = "py310" } test311 = { features = ["py311", "test"], solve-group = "py311" } test312 = { features = ["py312", "test"], solve-group = "py312" } -dev = { features = ["py312", "test", "lint", "build"], solve-group = "py312" } +test312 = { features = ["py313", "test"], solve-group = "py313" } +dev = { features = ["py313", "test", "lint", "build"], solve-group = "py313" } [tool.pixi.feature.build.tasks] build = { cmd = "python -m build" }