From 0e775fb78bdfd4bcd32b771ba3465f99757e1c5e Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 9 Feb 2022 20:42:32 -0500 Subject: [PATCH] pywhat: migrate to python@3.10 --- Formula/pywhat.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/pywhat.rb b/Formula/pywhat.rb index 6a71247f5c41f..7fdcb8ec46d8d 100644 --- a/Formula/pywhat.rb +++ b/Formula/pywhat.rb @@ -6,6 +6,7 @@ class Pywhat < Formula url "https://files.pythonhosted.org/packages/ae/31/57bb23df3d3474c1e0a0ae207f8571e763018fa064823310a76758eaef81/pywhat-5.1.0.tar.gz" sha256 "8a6f2b3060f5ce9808802b9ca3eaf91e19c932e4eaa03a4c2e5255d0baad85c4" license "MIT" + revision 1 head "https://github.com/bee-san/pyWhat.git", branch: "main" bottle do @@ -17,7 +18,7 @@ class Pywhat < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "c5f013a729f6502c20523a9f34cad99d37cb804707c8dee2c0ead3e9efd191d4" end - depends_on "python@3.9" + depends_on "python@3.10" depends_on "six" resource "click" do