We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16c23d commit 5a5d6a7Copy full SHA for 5a5d6a7
stubs/pyinstaller/METADATA.toml
@@ -1,2 +1,2 @@
1
-version = "6.14.*"
+version = "6.15.*"
2
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
stubs/pyinstaller/PyInstaller/compat.pyi
@@ -15,6 +15,7 @@ is_py310: Final[bool]
15
is_py311: Final[bool]
16
is_py312: Final[bool]
17
is_py313: Final[bool]
18
+is_py314: Final[bool]
19
is_win: Final[bool]
20
is_win_10: Final[bool]
21
is_win_11: Final[bool]
0 commit comments