From 5c39ed7ec456d1eff825b963467b168bef83c9d5 Mon Sep 17 00:00:00 2001 From: Arama Date: Sun, 15 Dec 2024 00:26:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=94=B1=E4=BB=85=E9=99=903.13=E6=94=B9=E4=B8=BA<=3D3?= =?UTF-8?q?.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2677b83..219699e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "steam" version = "1.6.2" description = "Module for interacting with various Steam features" readme = "README.rst" -requires-python = ">=3.13" +requires-python = ">=3.11" dependencies = [ "cachetools>=5.5.0", "pycryptodomex>=3.21.0",