This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Commit ba50ca3
committed
pin python inside devcontainer
When pinned outside via .python-version it will fail as soon as your
system python does not match .python-version, which forces you to delete
it or to install another python binary which isn't optimal.
This pins python to 3.12 to match the devcontainer installed one.1 parent fa0a3b5 commit ba50ca3
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
This file was deleted.
0 commit comments