Skip to content

Commit b03c1b3

Browse files
authored
Merge pull request #249990 from Homebrew/blastem-python
blastem: migrate to `[email protected]`
2 parents 6efe538 + da87fdf commit b03c1b3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Formula/b/blastem.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,18 @@ class Blastem < Formula
5151
depends_on "imagemagick" => :build
5252
depends_on "pillow" => :build
5353
depends_on "pkgconf" => :build
54-
depends_on "python@3.13" => :build
54+
depends_on "python@3.14" => :build
5555
depends_on "glew"
5656
depends_on "sdl2"
5757

5858
uses_from_macos "zlib"
5959

60+
on_macos do
61+
# Can be undeprecated if upstream decides to support arm64 macOS
62+
deprecate! date: "2025-09-28", because: "is unsupported, https://docs.brew.sh/Support-Tiers#future-macos-support"
63+
disable! date: "2026-09-28", because: "is unsupported, https://docs.brew.sh/Support-Tiers#future-macos-support"
64+
end
65+
6066
on_linux do
6167
depends_on "mesa"
6268
end

0 commit comments

Comments
 (0)