Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 19, 2024
1 parent 932e0bf commit 47aa869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 47aa869

Please sign in to comment.