mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-05 08:15:47 +08:00
update python to 3.11.4 (#120)
* 3.11.4
* pre-commit
* revert pycapnp
* revert pycapnp
* update pyqt
* try this
* unpin
* Revert "unpin"
This reverts commit d97316717d.
* comment
---------
Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ curl https://pyenv.run | bash
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
PYTHON_VERSION="3.8.10"
|
||||
PYTHON_VERSION="3.11.4"
|
||||
if [ "$(uname -p)" == "aarch64" ]; then
|
||||
pyenv install --verbose $PYTHON_VERSION
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user