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 9f3739e commit c34ad9fCopy full SHA for c34ad9f
src/cpython/context.jl
@@ -48,7 +48,7 @@ end
48
# 3.4.25 => 8.1.0 - 8.5.0
49
# 3.4.26 => 9.1.0 - 9.1.0
50
# 3.4.27 => 9.2.0 - 9.2.0
51
-# 3.4.28 => 9.3.0 - 9.5.0
+# 3.4.28 => 9.3.0 - 10.4.0
52
# 3.4.29 => 11.1.0 - 11.3.0
53
# 3.4.30 => 12.1.0 - 12.2.0
54
# 3.4.31 => 13.1.0 - 13.1.0
@@ -67,7 +67,7 @@ function get_libstdcxx_version_bound()
67
elseif loaded_libstdcxx_version ≥ v"3.4.29"
68
bound = "11.3"
69
elseif loaded_libstdcxx_version ≥ v"3.4.28"
70
- bound = "9.5"
+ bound = "10.4"
71
elseif loaded_libstdcxx_version ≥ v"3.4.27"
72
bound = "9.2"
73
elseif loaded_libstdcxx_version ≥ v"3.4.26"
0 commit comments