We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python@3.13
1 parent af53dc7 commit f4abdddCopy full SHA for f4abddd
Formula/p/prjtrellis.rb
@@ -4,7 +4,7 @@ class Prjtrellis < Formula
4
url "https://github.com/YosysHQ/prjtrellis/archive/refs/tags/1.4.tar.gz"
5
sha256 "46fe9d98676953e0cccf1d6332755d217a0861e420f1a12dabfda74d81ccc147"
6
license all_of: ["ISC", "MIT"]
7
- revision 3
+ revision 4
8
9
bottle do
10
sha256 cellar: :any, arm64_sequoia: "2284a16c05b6deba01beea66a7406d012ed14f6cc6fd8ba57a7e4c35ea1e9742"
@@ -18,7 +18,7 @@ class Prjtrellis < Formula
18
depends_on "cmake" => :build
19
depends_on "boost"
20
depends_on "boost-python3"
21
- depends_on "python@3.12"
+ depends_on "python@3.13"
22
23
resource "prjtrellis-db" do
24
url "https://github.com/YosysHQ/prjtrellis/releases/download/1.4/prjtrellis-db-1.4.zip"
0 commit comments