From 8257290a6fa6cf4ace042edaa0819586d3f691a7 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 9 Oct 2024 23:48:52 +0000 Subject: [PATCH] Actualiser pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bf893b..7a599ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ repository = "https://git.crystalyx.net/Xefir/Divent" divent = 'divent.bot:run' [tool.poetry.dependencies] -python = ">=3.8,<4.0" +python = ">=3.13,<4.0" disnake = "^2.9.2" audioop-lts = "^0.2.1" ics = "0.8.0.dev0"