Skip to content

Commit

Permalink
use python 3.12.3 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored Sep 16, 2024
1 parent 466bc9d commit 164cdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_images/ci-functional/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV PY36 3.6.15
ENV PY38 3.8.6
ENV PY39 3.9.2
ENV PY312 3.12.2
ENV PY312 3.12.3

ENV CMAKE_3_15_7 /usr/share/cmake-3.15.7/bin/cmake
ENV CMAKE_3_16_9 /usr/share/cmake-3.16.9/bin/cmake
Expand Down
2 changes: 1 addition & 1 deletion docker_images/ci-unittests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV PY36 3.6.12
ENV PY38 3.8.6
ENV PY39 3.9.2
ENV PY312 3.12.2
ENV PY312 3.12.3

RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends \
Expand Down

0 comments on commit 164cdf7

Please sign in to comment.