File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ RUN apt-get update -qy && \
2222 python3.10 \
2323 python3.11 \
2424 python3.12 \
25- python3.13 && \
26- # python3.13 \
27- # python3.14 && \
25+ python3.13 \
26+ python3.14 && \
2827 curl -fsSo /tmp/get-pip.py https://bootstrap.pypa.io/pip/3.8/get-pip.py && \
2928 python3.8 /tmp/get-pip.py && \
3029 python3.8 -m pip install --no-cache-dir --upgrade pip && \
@@ -38,8 +37,8 @@ RUN apt-get update -qy && \
3837 python3.12 -m pip install --no-cache-dir --upgrade pip && \
3938 python3.13 /tmp/get-pip.py && \
4039 python3.13 -m pip install --no-cache-dir --upgrade pip && \
41- # python3.14 /tmp/get-pip.py && \
42- # python3.14 -m pip install --no-cache-dir --upgrade pip && \
40+ python3.14 /tmp/get-pip.py && \
41+ python3.14 -m pip install --no-cache-dir --upgrade pip && \
4342 rm /tmp/get-pip.py && \
4443 python3 -m pip install --no-cache-dir "nox>=2020.12.31,<2022.6" && \
4544 rm -rf /var/cache/apt/lists
You can’t perform that action at this time.
0 commit comments