aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e0eea5a..f909648 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Joe Banks <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
-python = "3.10.*"
+python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis-core = "10.1.0"
@@ -32,7 +32,7 @@ requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.ruff]
-target-version = "py310"
+target-version = "py311"
extend-exclude = [".cache", "alembic"]
ignore = [
"ANN002", "ANN003", "ANN101",