mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 22:42:21 +00:00
Use compression.zstd for gateway compression on Python 3.14
This commit is contained in:
@@ -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]",
|
||||
|
||||
Reference in New Issue
Block a user