Skip to content

Commit c4e93c4

Browse files
authored
fix: 🐛 📌 Restrict Python version support to <3.14 (#145)
1 parent 815f601 commit c4e93c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "A Python wrapper for the Discord API"
1111
readme = {content-type = "text/x-rst", file = "README.rst"}
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.10,<3.14"
1313
license = "MIT"
1414
license-files = ["LICENSE"]
1515
classifiers = [

0 commit comments

Comments
 (0)