diff options
author | 2024-03-04 16:27:02 +0000 | |
---|---|---|
committer | 2024-03-18 10:32:20 +0000 | |
commit | 070255c39c908c961d47c3b72aa63061a1626913 (patch) | |
tree | d304e7f8131fc4fe25646f147e85134ba0ec06c8 /pyproject.toml | |
parent | Add support for Python 3.12 (diff) |
Drop support for Python 3.10
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4e08fe62..23f70e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ repository = "https://github.com/python-discord/bot-core" keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] -python = "3.10.* || 3.11.* || 3.12.*" +python = "3.11.* || 3.12.*" "discord.py" = "~=2.3.2" async-rediscache = { version = "1.0.0rc2", optional = true } @@ -49,7 +49,6 @@ pytest-xdist = "3.5.0" [tool.poetry.group.lint.dependencies] ruff = "0.3.0" pre-commit = "3.6.2" -typing-extensions = "4.10.0" [tool.poetry.group.doc.dependencies] Sphinx = "7.2.6" @@ -60,7 +59,6 @@ six = "1.16.0" releases = "2.1.1" sphinx-multiversion = "0.2.4" docstring-parser = "0.15" -typing-extensions = "4.10.0" tomli = "2.0.1" [tool.taskipy.tasks] |