Skip to content

Commit 27a39a3

Browse files
committed
z3: migrate to python3.13
1 parent c76a73e commit 27a39a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/z/z3.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Z3 < Formula
2424
depends_on "cmake" => :build
2525
# Has Python bindings but are supplementary to the main library
2626
# which does not need Python.
27-
depends_on "python@3.12" => [:build, :test]
27+
depends_on "python@3.13" => [:build, :test]
2828

2929
fails_with gcc: "5"
3030

@@ -37,7 +37,7 @@ class Z3 < Formula
3737
end
3838

3939
def python3
40-
which("python3.12")
40+
which("python3.13")
4141
end
4242

4343
def install

0 commit comments

Comments
 (0)