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 8939efa commit 64bf6b5Copy full SHA for 64bf6b5
pysrc/juliacall/repl.py
@@ -16,7 +16,7 @@ def run_repl(banner='yes', quiet=False, history_file='yes', preamble=None):
16
Main.include(os.path.join(os.path.dirname(__file__), 'banner.jl'))
17
Main.__PythonCall_banner(Base.Symbol(banner))
18
19
- if Main.seval(r'VERSION > v"v1.11.0-alpha1"'):
+ if Main.seval(r'VERSION ≥ v"v1.11.0-alpha1"'):
20
no_banner_opt = Base.Symbol("no")
21
else:
22
no_banner_opt = False
0 commit comments