File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474COPY requirements.txt /tmp/requirements.txt
7575RUN : \
7676 && curl --silent --location --output /tmp/virtualenv.pyz https://bootstrap.pypa.io/virtualenv/3.10/virtualenv.pyz \
77- && python3.12 /tmp/virtualenv.pyz /venv \
77+ && python3.14 /tmp/virtualenv.pyz /venv \
7878 && pip install --requirement /tmp/requirements.txt \
7979 && rm -rf "$XDG_CACHE_HOME" /tmp/virtualenv.pyz \
8080 && :
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ def main() -> int:
5151 print ()
5252 _call ('python3.11' , '--version' , '--version' )
5353 print ()
54- _call ('python3.13 ' , '--version' , '--version' )
54+ _call ('python3.12 ' , '--version' , '--version' )
5555 print ()
56- _call ('python3.14 ' , '--version' , '--version' )
56+ _call ('python3.13 ' , '--version' , '--version' )
5757 print ()
5858 _call ('pypy3' , '--version' , '--version' )
5959 print ()
You can’t perform that action at this time.
0 commit comments