Skip to content

Commit c34ad9f

Browse files
author
Christopher Doris
committed
missed some versions
1 parent 9f3739e commit c34ad9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpython/context.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848
# 3.4.25 => 8.1.0 - 8.5.0
4949
# 3.4.26 => 9.1.0 - 9.1.0
5050
# 3.4.27 => 9.2.0 - 9.2.0
51-
# 3.4.28 => 9.3.0 - 9.5.0
51+
# 3.4.28 => 9.3.0 - 10.4.0
5252
# 3.4.29 => 11.1.0 - 11.3.0
5353
# 3.4.30 => 12.1.0 - 12.2.0
5454
# 3.4.31 => 13.1.0 - 13.1.0
@@ -67,7 +67,7 @@ function get_libstdcxx_version_bound()
6767
elseif loaded_libstdcxx_version v"3.4.29"
6868
bound = "11.3"
6969
elseif loaded_libstdcxx_version v"3.4.28"
70-
bound = "9.5"
70+
bound = "10.4"
7171
elseif loaded_libstdcxx_version v"3.4.27"
7272
bound = "9.2"
7373
elseif loaded_libstdcxx_version v"3.4.26"

0 commit comments

Comments
 (0)