Skip to content

Commit 04e5cdd

Browse files
committed
require python >= 3.10
1 parent 3a410ca commit 04e5cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "discord-webhook"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Easily send Discord webhooks with Python"
55
authors = ["lovvskillz <[email protected]>"]
66
license = "MIT"
@@ -11,7 +11,7 @@ keywords = ["discord", "webhook"]
1111

1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
14+
python = "^3.10"
1515
requests = "^2.28.1"
1616
httpx = { version = "^0.23.0", optional = true }
1717

0 commit comments

Comments
 (0)