Skip to content

Commit dc55bd5

Browse files
committed
tweak look-up table for version mapping
1 parent 97b7cfa commit dc55bd5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/cpython/context.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,17 @@ function get_libstdcxx_version_bound()
4949
vers_mapping = Dict(
5050
18 => v"4.8.0",
5151
19 => v"4.8.3",
52+
20 => v"4.9.0",
5253
21 => v"5.1.0",
5354
22 => v"6.1.0",
5455
23 => v"7.1.0",
5556
24 => v"7.2.0",
5657
25 => v"8.1.0",
5758
26 => v"9.1.0",
5859
27 => v"9.2.0",
59-
28 => v"9.3.0",
60-
29 => v"11.1.0",
61-
30 => v"12.1.0",
60+
28 => v"9.5.0",
61+
29 => v"11.3.0",
62+
30 => v"12.2.0",
6263
31 => v"13.1.0",
6364
)
6465
# Get the libstdcxx version that is currently loaded in this Julia process

0 commit comments

Comments
 (0)