update to python 3.8.10 (#22551)

* update to python 3.8.10

* update CI

* add note about update_requirements.py
pull/22553/head
Adeeb Shihadeh 2021-10-13 21:36:10 -07:00 committed by GitHub
parent 21e58f9f4a
commit 7386d4f6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
3.8.5
3.8.10

View File

@ -60,8 +60,8 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
COPY Pipfile Pipfile.lock /tmp/
RUN pyenv install 3.8.5 && \
pyenv global 3.8.5 && \
RUN pyenv install 3.8.10 && \
pyenv global 3.8.10 && \
pyenv rehash && \
pip install --no-cache-dir --upgrade pip==20.1.1 && \
pip install --no-cache-dir pipenv==2020.8.13 && \

View File

@ -38,6 +38,8 @@ cd openpilot && scons -j$(nproc)
4. Try out some tools!
NOTE: you can always run `update_requirements.py` to pull in new python dependencies.
Windows
------------