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 4156d43 commit 74f5d87Copy full SHA for 74f5d87
jpype/_core.py
@@ -203,7 +203,7 @@ def startJVM(
203
ignoreUnrecognized: bool = False,
204
convertStrings: bool = False,
205
interrupt: bool = not interactive(),
206
- minimum_version: str = None,
+ minimum_version: typing.Optional[str] = None,
207
) -> None:
208
"""
209
Starts a Java Virtual Machine. Without options it will start
0 commit comments