From 8e3d1f11b5349ca04694a71b633d9dac17849cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 3 Mar 2024 07:38:59 +0800 Subject: [PATCH] Updated Python version to 3.12. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4728dd0..5b41f44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # The Mia! Accounting Project. # Author: imacat@mail.imacat.idv.tw (imacat), 2022/8/21 -# Copyright (c) 2022-2023 imacat. +# Copyright (c) 2022-2024 imacat. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ name = "mia-accounting" dynamic = ["version"] description = "A Flask accounting module." readme = "README.rst" -requires-python = ">=3.11" +requires-python = ">=3.12" authors = [ {name = "imacat", email = "imacat@mail.imacat.idv.tw"}, ]