Skip to content

Commit b2cc9ab

Browse files
committed
Update tested compilers and OS versions
1 parent 7afa0a0 commit b2cc9ab

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Diff for: README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,23 @@ What String Theory is NOT
9999
Platform Support
100100
----------------
101101

102-
string_theory supports a variety of platforms and compilers. As of July
103-
2020, string_theory is tested and working on:
104-
- GCC 10 (Arch Linux x86_64 and ARMv7)
102+
string_theory supports a variety of platforms and compilers. As of March
103+
2023, string_theory is tested and working on:
104+
- GCC 12 (Arch Linux x86_64 and ARMv7)
105+
- GCC 11 (Ubuntu 22.04 x86_64)
105106
- GCC 9 (Ubuntu 20.04 x86_64)
106107
- GCC 7 (Ubuntu 18.04 x86_64)
107-
- GCC 5 (Ubuntu 16.04 x86_64)
108-
- GCC 4.8 (Ubuntu 14.04 i686)
109-
- Clang 10 (Arch Linux x86_64 and ARMv7)
108+
- Clang 15 (Arch Linux x86_64 and ARMv7)
109+
- Clang 14 (Ubuntu 22.04 x86_64)
110110
- Clang 10 (Ubuntu 20.04 x86_64)
111111
- Clang 6 (Ubuntu 18.04 x86_64)
112-
- Clang 3.8 (Ubuntu 16.04 x86_64)
113-
- AppleClang 11.0 (macOS Catalina)
114-
- AppleClang 10.0 (macOS Catalina)
112+
- AppleClang 14.0 (macOS Monterey)
113+
- AppleClang 13.1 (macOS Monterey)
114+
- AppleClang 12.0 (macOS Big Sur)
115+
- MSVC 2022 (x64 and x86)
115116
- MSVC 2019 (x64 and x86)
116117
- MSVC 2017 (x64 and x86)
117-
- MinGW-w64 GCC 10 (x86_64 and i686)
118+
- MinGW-w64 GCC 12 (x86_64 and i686)
118119
- MinGW-w64 GCC 8 (x86_64)
119120

120121
As of string_theory 3.0, support for some older compilers has been dropped.

0 commit comments

Comments
 (0)