introduce pyenv to the repo

This commit is contained in:
Aminda Suomalainen 2024-07-23 15:47:59 +03:00
parent 6362661113
commit d630796e6d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@
!.nvmrc
!.pre-commit-config.yaml
!.prettierignore
!.python-version
!.renovate-shared.json*
!.reuse

View File

@ -11,9 +11,8 @@ ci:
default_language_version:
node: lts
# 2024-07-23: Kali Linux python3 is 3.11.9, which apparently is incompatible
# with the rest of this config.
python: python3.12
# Remember .python-version !
python: 3.12.4
ruby: .ruby-version
repos:

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.12.4