From ab5595dc818e4826a1db9602af2c7688155703f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:44:24 +0000 Subject: [PATCH] chore(deps): update minor | datasource | package | from | to | | -------------- | ------- | ------- | ------ | | pypi | psutil | 7.1.3 | 7.2.1 | | python-version | python | 3.13.11 | 3.14.2 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"