Skip to content

Commit a167299

Browse files
authored
pyqt: migrate to python@3.14
Signed-off-by: Aditya Garg <gargaditya08@live.com>
1 parent d19283c commit a167299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/p/pyqt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Pyqt < Formula
1515
end
1616

1717
depends_on "pyqt-builder" => :build
18-
depends_on "python@3.13"
18+
depends_on "python@3.14"
1919
depends_on "qt3d"
2020
depends_on "qtbase"
2121
depends_on "qtcharts"
@@ -76,7 +76,7 @@ class Pyqt < Formula
7676
end
7777

7878
def python3
79-
"python3.13"
79+
"python3.14"
8080
end
8181

8282
def install

0 commit comments

Comments
 (0)