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.
[email protected]
1 parent fea936e commit 215a859Copy full SHA for 215a859
Formula/p/pymupdf.rb
@@ -4,6 +4,7 @@ class Pymupdf < Formula
4
url "https://files.pythonhosted.org/packages/8d/9a/e0a4e92a85fc17be7c54afdbb113f0ade2a8bca49856d510e28bd249e462/pymupdf-1.26.5.tar.gz"
5
sha256 "8ef335e07f648492df240f2247854d0e7c0467afb9c4dc2376ec30978ec158c3"
6
license "AGPL-3.0-only"
7
+ revision 1
8
9
bottle do
10
sha256 cellar: :any, arm64_tahoe: "37d88d2c1ab3c903d6481aad93aff6eebeaf2b0aba98a4c060bd354c7540f5eb"
@@ -18,10 +19,10 @@ class Pymupdf < Formula
18
19
depends_on "python-setuptools" => :build
20
depends_on "swig" => :build
21
depends_on "mupdf"
- depends_on "python@3.13"
22
+ depends_on "python@3.14"
23
24
def python3
- "python3.13"
25
+ "python3.14"
26
end
27
28
def install
0 commit comments