Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weechat: migrate to python@3.10 #91015

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/weechat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Weechat < Formula
url "https://weechat.org/files/src/weechat-3.3.tar.xz"
sha256 "cafeab8af8be4582ccfd3e74fd40e5086a1efa158231f2c26b8b05c3950fcbdf"
license "GPL-3.0-or-later"
revision 1
head "https://github.com/weechat/weechat.git", branch: "master"

bottle do
Expand All @@ -26,7 +27,7 @@ class Weechat < Formula
depends_on "lua"
depends_on "ncurses"
depends_on "perl"
depends_on "python@3.9"
depends_on "python@3.10"
depends_on "ruby"

uses_from_macos "curl"
Expand Down