File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ RUN apt-get update -qy && \
2121 python3.9 \
2222 python3.10 \
2323 python3.11 \
24- python3.12 && \
24+ python3.12 \
25+ python3.13 && \
26+ # python3.13 \
27+ # python3.14 && \
2528 curl -fsSo /tmp/get-pip.py https://bootstrap.pypa.io/pip/3.8/get-pip.py && \
2629 python3.8 /tmp/get-pip.py && \
2730 python3.8 -m pip install --no-cache-dir --upgrade pip && \
@@ -33,6 +36,10 @@ RUN apt-get update -qy && \
3336 python3.11 -m pip install --no-cache-dir --upgrade pip && \
3437 python3.12 /tmp/get-pip.py && \
3538 python3.12 -m pip install --no-cache-dir --upgrade pip && \
39+ python3.13 /tmp/get-pip.py && \
40+ 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 && \
3643 rm /tmp/get-pip.py && \
3744 python3 -m pip install --no-cache-dir "nox>=2020.12.31,<2022.6" && \
3845 rm -rf /var/cache/apt/lists
You can’t perform that action at this time.
0 commit comments