mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-09 01:59:23 +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
|
||||
!.pre-commit-config.yaml
|
||||
!.prettierignore
|
||||
!.python-version
|
||||
!.renovate-shared.json*
|
||||
!.reuse
|
||||
|
||||
|
@ -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
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.12.4
|
Loading…
Reference in New Issue
Block a user