We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b18c3 commit 9fbedc7Copy full SHA for 9fbedc7
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