Skip to content

Commit 78a0328

Browse files
committed
update pyproject.toml
1 parent 932e0bf commit 78a0328

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,15 @@ python = "3.11"
135135
[tool.pixi.feature.py312.dependencies]
136136
python = "3.12"
137137

138+
[tool.pixi.feature.py313.dependencies]
139+
python = "3.13"
140+
138141
[tool.pixi.environments]
139142
test310 = { features = ["py310", "test"], solve-group = "py310" }
140143
test311 = { features = ["py311", "test"], solve-group = "py311" }
141144
test312 = { features = ["py312", "test"], solve-group = "py312" }
142-
dev = { features = ["py312", "test", "lint", "build"], solve-group = "py312" }
145+
test313 = { features = ["py313", "test"], solve-group = "py313" }
146+
dev = { features = ["py313", "test", "lint", "build"], solve-group = "py313" }
143147

144148
[tool.pixi.feature.build.tasks]
145149
build = { cmd = "python -m build" }

0 commit comments

Comments
 (0)