Skip to content

Commit

Permalink
require python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lovvskillz committed Jan 31, 2024
1 parent 3a410ca commit 04e5cdd
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 = "discord-webhook"
version = "1.3.0"
version = "1.3.1"
description = "Easily send Discord webhooks with Python"
authors = ["lovvskillz <14542790+lovvskillz@users.noreply.github.com>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ keywords = ["discord", "webhook"]


[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"
requests = "^2.28.1"
httpx = { version = "^0.23.0", optional = true }

Expand Down

0 comments on commit 04e5cdd

Please # to comment.