bump PYTHON_VERSION for CI

This commit is contained in:
pasta 2024-10-04 15:53:56 -05:00
parent c6fed1e3ce
commit 5f7009ce88
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.9.17
ARG PYTHON_VERSION=3.9.18
RUN apt-get update && apt-get install $APT_ARGS \
ca-certificates \
libbz2-dev \