Skip to content

Commit 95656b1

Browse files
authored
[pyinstaller] Update to 6.16.* (#14715)
1 parent ab0339a commit 95656b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

stubs/pyinstaller/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "6.15.*"
1+
version = "6.16.*"
22
upstream_repository = "https://github.com/pyinstaller/pyinstaller"

stubs/pyinstaller/PyInstaller/compat.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ is_macos_11_compat: Final[bool]
3535
is_macos_11_native: Final[bool]
3636
is_macos_11: Final[bool]
3737
is_nogil: Final[bool]
38-
PYDYLIB_NAMES: Final[set[str]]
3938
base_prefix: Final[str]
4039
is_venv: Final[bool]
4140
is_virtualenv: Final[bool]

0 commit comments

Comments
 (0)