Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Python 3.12 #32548

Merged
merged 58 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
bb99b4a
3.12
adeebshihadeh May 1, 2024
a4f37c3
pprofile is broken
adeebshihadeh May 1, 2024
a22eb47
use modified metadrivepy3-12
BBBmau May 27, 2024
3d1567f
Merge branch 'master' into pyenv-py3-12
BBBmau May 27, 2024
1c6a1d5
0.3.0 metadrive
BBBmau May 27, 2024
b6f1b20
Merge branch 'pyenv-py3-12' of github.com:BBBmau/openpilot into pyenv…
BBBmau May 27, 2024
7f4ea87
Merge remote-tracking branch 'comma/master' into pyenv-py3-12
BBBmau May 28, 2024
256f992
Merge branch 'pyenv-py3-12' of github.com:BBBmau/openpilot into pyenv…
BBBmau May 28, 2024
8c3f529
add metadrive/commaai git dependency
BBBmau May 28, 2024
8a18bf4
metadrive git set
BBBmau May 28, 2024
aa72380
pin sounddevice 0.4.6
BBBmau May 28, 2024
d42949a
Merge branch 'master' into pyenv-py3-12
maxime-desroches Jun 8, 2024
12cd1bf
datetime.utcnow() deprecation
maxime-desroches Jun 8, 2024
644ec15
poetry lock
maxime-desroches Jun 8, 2024
cee284f
make datetime not aware
maxime-desroches Jun 8, 2024
a25d5c7
poetry lock
maxime-desroches Jun 8, 2024
7eaec60
pin pytools
maxime-desroches Jun 8, 2024
1460853
google_crc32c wheel
maxime-desroches Jun 8, 2024
83ccb95
unpin sounddevice
maxime-desroches Jun 8, 2024
82eec23
Merge branch 'master' into pyenv-py3-12
maxime-desroches Jun 8, 2024
5252953
clean metadrive
maxime-desroches Jun 11, 2024
18e1fa8
merge master
maxime-desroches Jun 11, 2024
106f783
use python crc
maxime-desroches Jun 11, 2024
33738dc
mypy
maxime-desroches Jun 11, 2024
747eda9
3.12.4
maxime-desroches Jun 11, 2024
fbee652
lock
maxime-desroches Jun 11, 2024
8616fd9
allow python3.11
maxime-desroches Jun 11, 2024
84b8479
merge master
maxime-desroches Jun 11, 2024
3a019c5
test
maxime-desroches Jun 11, 2024
0999ab5
no pip
maxime-desroches Jun 11, 2024
0f3f5b5
poetry
maxime-desroches Jun 11, 2024
231f32a
better
maxime-desroches Jun 11, 2024
1baf9c9
better
maxime-desroches Jun 11, 2024
43dc0b5
Merge branch 'master' into pyenv-py3-12
maxime-desroches Jun 11, 2024
4abbc68
merge
maxime-desroches Jun 11, 2024
2024142
remove
maxime-desroches Jun 11, 2024
5364482
try
maxime-desroches Jun 11, 2024
8711e92
test
maxime-desroches Jun 11, 2024
567531b
try this
maxime-desroches Jun 11, 2024
353b6ba
snok
maxime-desroches Jun 11, 2024
e679926
python
maxime-desroches Jun 11, 2024
44910c8
simpler
maxime-desroches Jun 11, 2024
5b55d16
setuptools
maxime-desroches Jun 11, 2024
4c1456a
lower
maxime-desroches Jun 11, 2024
091d3ba
try
maxime-desroches Jun 11, 2024
e0f2fac
try
maxime-desroches Jun 11, 2024
a5c6146
work?
maxime-desroches Jun 11, 2024
e1a0749
ubuntu deps
maxime-desroches Jun 11, 2024
a4faa1a
ubuntu
maxime-desroches Jun 11, 2024
53d53e8
try
maxime-desroches Jun 11, 2024
201e29f
remove
maxime-desroches Jun 11, 2024
01a4045
merge
maxime-desroches Jun 11, 2024
d6480c2
move
maxime-desroches Jun 11, 2024
8b2f644
remove this
maxime-desroches Jun 11, 2024
a261348
names
maxime-desroches Jun 11, 2024
8c552a3
Update .github/workflows/tools_tests.yaml
maxime-desroches Jun 11, 2024
ca2718a
python<4
maxime-desroches Jun 11, 2024
c179f83
<3.13
maxime-desroches Jun 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.4
3.12.3
2 changes: 1 addition & 1 deletion Dockerfile.openpilot_base
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER $USER

ENV POETRY_VIRTUALENVS_CREATE=false
ENV PYENV_VERSION=3.11.4
ENV PYENV_VERSION=3.12.3
ENV PYENV_ROOT="/home/$USER/pyenv"
ENV PATH="$PYENV_ROOT/bin:$PYENV_ROOT/shims:$PATH"

Expand Down
Loading
Loading