Skip to content

Commit 471cdf3

Browse files
cho-mCopilot
andcommitted
gobject-introspection: migrate to [email protected]
Co-authored-by: Copilot <[email protected]>
1 parent 24a4b1e commit 471cdf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/gobject-introspection.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class GobjectIntrospection < Formula
2323
depends_on "cairo"
2424
depends_on "glib"
2525
depends_on "pkgconf"
26-
# Ships a `_giscanner.cpython-312-darwin.so`, so needs a specific version.
27-
depends_on "python@3.13"
26+
# Ships a `_giscanner.cpython-314-darwin.so`, so needs a specific version.
27+
depends_on "python@3.14"
2828

2929
uses_from_macos "flex" => :build
3030
uses_from_macos "libffi"
@@ -55,7 +55,7 @@ class GobjectIntrospection < Formula
5555
patch :DATA
5656

5757
def install
58-
venv = virtualenv_create(libexec, "python3.13")
58+
venv = virtualenv_create(libexec, "python3.14")
5959
venv.pip_install resources
6060
ENV.prepend_path "PATH", venv.root/"bin"
6161

0 commit comments

Comments
 (0)