Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/pyinstaller/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "6.20.*"
version = "6.21.*"
upstream-repository = "https://github.com/pyinstaller/pyinstaller"
5 changes: 3 additions & 2 deletions stubs/pyinstaller/PyInstaller/compat.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ is_py35: Final = True
is_py36: Final = True
is_py37: Final = True
is_py38: Final = True
is_py39: Final[bool]
is_py310: Final[bool]
is_py39: Final = True
Comment thread
Avasam marked this conversation as resolved.
is_py310: Final = True
is_py311: Final[bool]
is_py312: Final[bool]
is_py313: Final[bool]
is_py314: Final[bool]
is_py315: Final[bool]
is_win: Final[bool]
is_win_10: Final[bool]
is_win_11: Final[bool]
Expand Down