Commit 871d63d
committed
fix: pin Python to 3.12
As of Ubuntu 24.04 LTS, the default version of Python is 3.12. Whereas, Ubuntu 22.04 LTS used Python 3.10, which is reaching End-of-Life next week.
Apparently, I already had created a .python-version file locally, but it was gitignored without my knowledge.
This should helps us control upgrades to Python version while some dependencies, namely `pygit2`, need extra time to add support for the new Python versions.
It also helps avoid disruption for users that are not aware of our use of a Python venv.1 parent b6b607e commit 871d63d
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 94 | | |
98 | 95 | | |
99 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments