Skip to content

Commit 7933440

Browse files
authored
Downgrade Python to >=3.7
1 parent f7bd52b commit 7933440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jokeapi"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Python API Wrapper for Sv443's JokeAPI (https://v2.jokeapi.dev)"
55
readme = "README.md"
66
homepage = "https://pypi.org/project/jokeapi"
@@ -10,7 +10,7 @@ maintainers = ["leet-hakker"]
1010
license = "GPL-3.0-only"
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.9"
13+
python = "^3.7"
1414
urllib3 = "^1.26.2"
1515
aiohttp = "^3.7.4"
1616
simplejson = "^3.17.2"

0 commit comments

Comments
 (0)