Skip to content

Commit

Permalink
Downgrade Python to >=3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benjhar committed Apr 13, 2022
1 parent f7bd52b commit 7933440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jokeapi"
version = "1.0.3"
version = "1.0.4"
description = "Python API Wrapper for Sv443's JokeAPI (https://v2.jokeapi.dev)"
readme = "README.md"
homepage = "https://pypi.org/project/jokeapi"
Expand All @@ -10,7 +10,7 @@ maintainers = ["leet-hakker"]
license = "GPL-3.0-only"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.7"
urllib3 = "^1.26.2"
aiohttp = "^3.7.4"
simplejson = "^3.17.2"
Expand Down

0 comments on commit 7933440

Please sign in to comment.