Skip to content

Commit 5a5d6a7

Browse files
authored
[pyinstaller] Update to 6.15.* (#14521)
1 parent e16c23d commit 5a5d6a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.14.*"
1+
version = "6.15.*"
22
upstream_repository = "https://github.com/pyinstaller/pyinstaller"

stubs/pyinstaller/PyInstaller/compat.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ is_py310: Final[bool]
1515
is_py311: Final[bool]
1616
is_py312: Final[bool]
1717
is_py313: Final[bool]
18+
is_py314: Final[bool]
1819
is_win: Final[bool]
1920
is_win_10: Final[bool]
2021
is_win_11: Final[bool]

0 commit comments

Comments
 (0)