Skip to content

Commit e989608

Browse files
committed
Limit to Python 3.12
Pycord doesn't support >=3.13 before PR#2666 [1] is released in v2.7 [2]. [1]: Pycord-Development/pycord#2666 [2]: https://github.com/Pycord-Development/pycord/milestone/8
1 parent 3289580 commit e989608

File tree

2 files changed

+8
-237
lines changed

2 files changed

+8
-237
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
# Generate the version number via 'uvx dunamai from git'
1212
dynamic = ["version"]
1313

14-
requires-python = ">=3.12"
14+
requires-python = "==3.12.*"
1515
dependencies = [
1616
# JSON patching (modifying files)
1717
"jsonpatch",

0 commit comments

Comments
 (0)