Skip to content

Commit 99f9af9

Browse files
committed
Add _zstd
1 parent 7475607 commit 99f9af9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cpython-unix/extension-modules.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ _random:
439439

440440

441441
_remote_debugging:
442+
minimum-python-version: "3.14"
442443
sources:
443444
- remote_debugging.c
444445

@@ -777,6 +778,14 @@ _xxtestfuzz:
777778
- _xxtestfuzz/_xxtestfuzz.c
778779
- _xxtestfuzz/fuzzer.c
779780

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+
780789
_zoneinfo:
781790
minimum-python-version: "3.9"
782791
sources:

0 commit comments

Comments
 (0)