Skip to content

Commit f4abddd

Browse files
committed
prjtrellis: migrate to python@3.13
1 parent af53dc7 commit f4abddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/p/prjtrellis.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Prjtrellis < Formula
44
url "https://github.com/YosysHQ/prjtrellis/archive/refs/tags/1.4.tar.gz"
55
sha256 "46fe9d98676953e0cccf1d6332755d217a0861e420f1a12dabfda74d81ccc147"
66
license all_of: ["ISC", "MIT"]
7-
revision 3
7+
revision 4
88

99
bottle do
1010
sha256 cellar: :any, arm64_sequoia: "2284a16c05b6deba01beea66a7406d012ed14f6cc6fd8ba57a7e4c35ea1e9742"
@@ -18,7 +18,7 @@ class Prjtrellis < Formula
1818
depends_on "cmake" => :build
1919
depends_on "boost"
2020
depends_on "boost-python3"
21-
depends_on "python@3.12"
21+
depends_on "python@3.13"
2222

2323
resource "prjtrellis-db" do
2424
url "https://github.com/YosysHQ/prjtrellis/releases/download/1.4/prjtrellis-db-1.4.zip"

0 commit comments

Comments
 (0)