Skip to content

Commit 6b8201e

Browse files
committed
chore: try python 3.14 again
1 parent 131ce36 commit 6b8201e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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}" \
99
COPY --chown=linuxbrew:linuxbrew homebrew_releaser homebrew_releaser
1010
COPY --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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
'homebrew-releaser=homebrew_releaser.releaser:main',
6161
]
6262
},
63-
python_requires='==3.13.*',
63+
python_requires='==3.14.*',
6464
)

0 commit comments

Comments
 (0)