diff --git a/pyproject.toml b/pyproject.toml index 54bed8743..0dc2b2d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "tux" version = "0.1.0" -requires-python = ">=3.13.2,<3.14" +requires-python = ">=3.14.2,<3.15" description = "Tux is an all in one bot for the All Things Linux discord server." readme = "README.md" license = "GPL-3.0-or-later"