Skip to content

Commit 574eebc

Browse files
branchvincentdaeho-ro
authored andcommitted
gimmecert: migrate to [email protected]
1 parent 552b657 commit 574eebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/gimmecert.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Gimmecert < Formula
1616

1717
depends_on "certifi"
1818
depends_on "cryptography"
19-
depends_on "python@3.13"
19+
depends_on "python@3.14"
2020

2121
resource "python-dateutil" do
2222
url "https://files.pythonhosted.org/packages/4c/c4/13b4776ea2d76c115c1d1b84579f3764ee6d57204f6be27119f13a61d0a9/python-dateutil-2.8.2.tar.gz"
@@ -28,7 +28,7 @@ class Gimmecert < Formula
2828
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
2929
end
3030

31-
# py3.13 build patch
31+
# py3.14 build patch
3232
patch :DATA
3333

3434
def install
@@ -58,7 +58,7 @@ def install
5858
README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
5959

6060
-python_requirements = ">=3.8,<3.13"
61-
+python_requirements = ">=3.8,<3.14"
61+
+python_requirements = ">=3.8"
6262

6363
install_requirements = [
6464
'cryptography>=42.0,<42.1',

0 commit comments

Comments
 (0)