3.14: PEP-784 compression except zstd (#13992)

This commit is contained in:
Rogdham
2025-05-11 15:23:20 +02:00
committed by GitHub
parent a8fa1ab0d9
commit 78fc518ab8
15 changed files with 64 additions and 17 deletions
+2
View File
@@ -245,6 +245,8 @@ extra-standard-library = [
# Extra modules not recognized by Ruff
# Added in Python 3.9
"zoneinfo",
# Added in Python 3.14
"compression",
]
known-first-party = ["_utils", "ts_utils"]