File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM homebrew/brew:4.5.6
1+ FROM homebrew/brew:4.6.17
22
3- ENV PATH="/home/linuxbrew/.linuxbrew/opt/python@3.13 /libexec/bin:${PATH}" \
3+ ENV PATH="/home/linuxbrew/.linuxbrew/opt/python@3.14 /libexec/bin:${PATH}" \
44 HOMEBREW_NO_AUTO_UPDATE=1 \
55 HOMEBREW_NO_INSTALL_CLEANUP=1 \
66 HOMEBREW_NO_ENV_HINTS=1 \
@@ -9,7 +9,7 @@ ENV PATH="/home/linuxbrew/.linuxbrew/opt/
[email protected] /libexec/bin:${PATH}" \
99COPY --chown=linuxbrew:linuxbrew homebrew_releaser homebrew_releaser
1010COPY --chown=linuxbrew:linuxbrew setup.py setup.py
1111
12- RUN brew install python@3.13 \
12+ RUN brew install python@3.14 \
1313 && python3 -m venv /home/linuxbrew/venv \
1414 && /home/linuxbrew/venv/bin/pip install .
1515
Original file line number Diff line number Diff line change 6060 'homebrew-releaser=homebrew_releaser.releaser:main' ,
6161 ]
6262 },
63- python_requires = '==3.13 .*' ,
63+ python_requires = '==3.14 .*' ,
6464)
You can’t perform that action at this time.
0 commit comments