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

resty: migrate to python@3.10 #91005

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/resty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Resty < Formula
url "https://github.com/micha/resty/archive/v3.0.tar.gz"
sha256 "9ed8f50dcf70a765b3438840024b557470d7faae2f0c1957a011ebb6c94b9dd1"
license "MIT"
revision 1
head "https://github.com/micha/resty.git", branch: "master"

bottle do
Expand All @@ -24,7 +25,7 @@ class Resty < Formula
uses_from_macos "perl"

on_linux do
depends_on "python@3.9"
depends_on "python@3.10"
end

conflicts_with "nss", because: "both install `pp` binaries"
Expand Down