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 91443d9 commit e6a0205Copy full SHA for e6a0205
pytest/test_all.py
@@ -94,8 +94,8 @@ def test_issue_433():
94
def test_julia_gc():
95
from juliacall import Main as jl
96
97
- if jl.seval('v"1.11.0-" <= VERSION < v"1.11.3"'):
98
- # Seems to be a Julia bug - hopefully fixed in 1.11.3
+ if jl.seval('v"1.11.0-" <= VERSION < v"1.11.6"'):
+ # Seems to be a Julia bug - hopefully fixed in 1.11.6
99
pytest.skip("Test not yet supported on Julia 1.11+")
100
101
# We make a bunch of python objects with no reference to them,
0 commit comments