Skip to content

Commit

Permalink
pywhat: migrate to python@3.10
Browse files Browse the repository at this point in the history
Closes #94813.

Signed-off-by: Dustin Rodrigues <dust.rod@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
branchvincent authored and BrewTestBot committed Feb 10, 2022
1 parent cf041fd commit b22db93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/pywhat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b22db93

Please sign in to comment.