mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Bump pyinstaller to 5.6.* (#8981)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "5.5.*"
|
||||
version = "5.6.*"
|
||||
requires = ["types-setuptools"]
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -75,3 +75,9 @@ def include_or_exclude_file(
|
||||
include_list: Iterable[StrOrBytesPath] | None = ...,
|
||||
exclude_list: Iterable[StrOrBytesPath] | None = ...,
|
||||
) -> bool: ...
|
||||
def collect_delvewheel_libs_directory(
|
||||
package_name: str,
|
||||
libdir_name: StrPath | None = ...,
|
||||
datas: list[tuple[str, str]] | None = ...,
|
||||
binaries: list[tuple[str, str]] | None = ...,
|
||||
) -> tuple[list[tuple[str, str]], list[tuple[str, str]]]: ...
|
||||
|
||||
Reference in New Issue
Block a user