ci: add Windows and Python 3.14 support

This commit is contained in:
Jiajun Xie
2026-04-17 16:11:37 +08:00
committed by Xubin Ren
parent ce5272c153
commit 3db2eb66e4
7 changed files with 92 additions and 24 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ dependencies = [
"slack-sdk>=3.39.0,<4.0.0",
"slackify-markdown>=0.2.0,<1.0.0",
"qq-botpy>=1.2.0,<2.0.0",
"python-socks[asyncio]>=2.8.0,<3.0.0",
"python-socks[asyncio]>=2.8.0,<3.0.0; sys_platform != 'win32'",
"prompt-toolkit>=3.0.50,<4.0.0",
"questionary>=2.0.0,<3.0.0",
"mcp>=1.26.0,<2.0.0",
@@ -75,7 +75,7 @@ msteams = [
]
matrix = [
"matrix-nio[e2e]>=0.25.2",
"matrix-nio[e2e]>=0.25.2; sys_platform != 'win32'",
"mistune>=3.0.0,<4.0.0",
"nh3>=0.2.17,<1.0.0",
]