Skip to content

Commit b2b163b

Browse files
committed
Add test environment for Python 3.14
1 parent b921b18 commit b2b163b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ python = "3.11.*"
108108
python = "3.12.*"
109109
[tool.pixi.feature.py313.dependencies]
110110
python = "3.13.*"
111+
[tool.pixi.feature.py314.dependencies]
112+
python = "3.14.*"
111113

112114
[tool.pixi.environments]
113115
default = ["py313", "dev"]
@@ -116,6 +118,7 @@ test-py310 = ["py310", "test"]
116118
test-py311 = ["py311", "test"]
117119
test-py312 = ["py312", "test"]
118120
test-py313 = ["py313", "test"]
121+
test-py314 = ["py314", "test"]
119122
typecheck = ["py313", "typecheck"]
120123

121124
## TOOLS

0 commit comments

Comments
 (0)