We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_zstd
1 parent 7475607 commit 99f9af9Copy full SHA for 99f9af9
cpython-unix/extension-modules.yml
@@ -439,6 +439,7 @@ _random:
439
440
441
_remote_debugging:
442
+ minimum-python-version: "3.14"
443
sources:
444
- remote_debugging.c
445
@@ -777,6 +778,14 @@ _xxtestfuzz:
777
778
- _xxtestfuzz/_xxtestfuzz.c
779
- _xxtestfuzz/fuzzer.c
780
781
+_zstd:
782
+ minimum-python-version: '3.14'
783
+ sources:
784
+ - _zstd/_zstdmodule.c
785
+ - _zstd/zdict.c
786
+ - _zstd/compressor.c
787
+ - _zstd/decompressor.c
788
+
789
_zoneinfo:
790
minimum-python-version: "3.9"
791
0 commit comments