From 526bb8396862fbdb88c2a0df0039fa0984d9acae Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Tue, 28 Oct 2025 01:01:19 +0900 Subject: [PATCH] add py313 & py314 support --- README.md | 2 +- setup.py | 2 ++ tox.ini | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c998477e..c6bf61f80 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # 依赖环境 -1. 依赖环境:Python 2.7、3.6 ~ 3.12 版本。 +1. 依赖环境:Python 2.7、3.6 ~ 3.14 版本。 2. 从 腾讯云控制台 开通相应产品。 3. 获取 SecretID、SecretKey 以及调用地址(endpoint),endpoint 一般形式为\*.tencentcloudapi.com,如CVM 的调用地址为 cvm.tencentcloudapi.com,具体参考各产品说明。 diff --git a/setup.py b/setup.py index 912ee6832..5889f9f91 100644 --- a/setup.py +++ b/setup.py @@ -36,5 +36,7 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', ], ) diff --git a/tox.ini b/tox.ini index d35c20a90..6ded99711 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.4 skipsdist = True -envlist = py{27,36,37,38,39,310,311,312} +envlist = py{27,36,37,38,39,310,311,312,313,314} [testenv] deps =