Use compression.zstd for gateway compression on Python 3.14

This commit is contained in:
beerpsi
2025-10-09 04:33:29 +07:00
committed by GitHub
parent e2b6fa8370
commit 463becb7ed
2 changed files with 21 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ speed = [
"aiodns>=1.1; sys_platform != 'win32'",
"Brotli",
"cchardet==2.1.7; python_version < '3.10'",
"zstandard>=0.23.0"
"zstandard>=0.23.0; python_version <= '3.13'"
]
test = [
"coverage[toml]",