This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Commit 752f169
authored
refactor: move .python-version file to the root, increase patch version (#144)
Most version managers interpret the `.python-version` file from the root and apply the
python version specified to all child folders. Moving the `.pythong-version` file
to the root of the project ensures that the python version is the same for all
actions, but most importantly avoids a situation when running `./bin/setup_venv.sh`
from the root where the system python will be hooked for the venv.1 parent ce7fe16 commit 752f169
File tree
3 files changed
+2
-2
lines changed- bin
- pulumi/python
3 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
This file was deleted.
0 commit comments