From 78b00c21d5a57ddd9e2cef1787baafdd6ae81b43 Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Sun, 27 Jul 2025 02:49:29 +0000 Subject: [PATCH] chore(deps): bump to python 3.12 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f99d89e..0c50d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "osu-lazer-api" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.12" dependencies = [ "aiomysql>=0.2.0", "alembic>=1.12.1", @@ -26,7 +26,7 @@ dependencies = [ [tool.ruff] line-length = 88 -target-version = "py311" +target-version = "py312" [tool.ruff.format] line-ending = "lf"