bump CI python version

This commit is contained in:
pasta 2024-10-04 15:49:46 -05:00
parent 64cd338894
commit 68ccd6d133
No known key found for this signature in database
GPG Key ID: E2F3D7916E722D38

View File

@ -50,7 +50,7 @@ RUN apt-get update && apt-get install $APT_ARGS \
# Python setup
# PYTHON_VERSION should match the value in .python-version
ARG PYTHON_VERSION=3.8.16
ARG PYTHON_VERSION=3.9.17
RUN apt-get update && apt-get install $APT_ARGS \
ca-certificates \
libbz2-dev \