Skip to content

Commit b584476

Browse files
committed
back to python=3.9
1 parent 35ac1e9 commit b584476

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

envs/pixi.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
pandas = "2.1"
33
packaging = "23.1"
44

5+
[feature.py39.dependencies]
6+
python = "3.9"
7+
58
[feature.py310.dependencies]
69
python = "3.10"
710

8-
[feature.py311.dependencies]
9-
python = "3.11"
10-
1111
[feature.failing.dependencies]
1212
numpy = "2.1"
1313

14-
1514
[environments]
1615
env1 = { features = ["py310"] }
17-
env2 = ["py311"]
16+
env2 = ["py39"]
1817
failing-env = { features = ["failing"] }

0 commit comments

Comments
 (0)