Arguments for setting the LZMA filter preset in the zipfile library

The zipfile library supports a compresslevel argument to set the compression level when using gzip and bzip2. The following issue [1] asks for an argument that would allow the LZMA filter preset to be set, in line with the capabilities of the tarfile library. I’ve put forward the following pull request [2] that adds preset parameters to the zipfile library to set the LZMA filter preset when writing archives.

[1]: Extend zipfile's compression level support to LZMA · Issue #76909 · python/cpython · GitHub
[2]: gh-76909: Add preset parameters to the zipfile library to control the LZMA compression filter preset by dignissimus · Pull Request #92854 · python/cpython · GitHub