mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
introduce pyenv to the repo
This commit is contained in:
parent
6362661113
commit
d630796e6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@
|
|||||||
!.nvmrc
|
!.nvmrc
|
||||||
!.pre-commit-config.yaml
|
!.pre-commit-config.yaml
|
||||||
!.prettierignore
|
!.prettierignore
|
||||||
|
!.python-version
|
||||||
!.renovate-shared.json*
|
!.renovate-shared.json*
|
||||||
!.reuse
|
!.reuse
|
||||||
|
|
||||||
|
@ -11,9 +11,8 @@ ci:
|
|||||||
|
|
||||||
default_language_version:
|
default_language_version:
|
||||||
node: lts
|
node: lts
|
||||||
# 2024-07-23: Kali Linux python3 is 3.11.9, which apparently is incompatible
|
# Remember .python-version !
|
||||||
# with the rest of this config.
|
python: 3.12.4
|
||||||
python: python3.12
|
|
||||||
ruby: .ruby-version
|
ruby: .ruby-version
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
|
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.12.4
|
Loading…
Reference in New Issue
Block a user