Skip to content

Commit 5261737

Browse files
committed
wxpython: migrate to [email protected]
Signed-off-by: Rui Chen <[email protected]>
1 parent 7c77a99 commit 5261737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/w/wxpython.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Wxpython < Formula
1919
depends_on "sip" => :build
2020
depends_on "numpy"
2121
depends_on "pillow"
22-
depends_on "python@3.12"
22+
depends_on "python@3.13"
2323
depends_on "six"
2424
depends_on "wxwidgets"
2525

@@ -33,7 +33,7 @@ class Wxpython < Formula
3333
patch :DATA
3434

3535
def python
36-
"python3.12"
36+
"python3.13"
3737
end
3838

3939
def install

0 commit comments

Comments
 (0)