You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/index.qmd
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,15 @@ using Pkg
28
28
Pkg.add("Turing")
29
29
```
30
30
31
+
### Supported versions and platforms
32
+
33
+
Formally, we only run continuous integration tests on: (1) the minimum supported minor version (typically an LTS release), and (2) the latest minor version of Julia.
34
+
We test on Linux (x64), macOS (Apple Silicon), and Windows (x64).
35
+
The Turing developer team will prioritise fixing issues on these platforms and versions.
36
+
37
+
If you run into a problem on a different version (e.g. older patch releases) or platforms (e.g. 32-bit), please do feel free to [post an issue](https://github.com/TuringLang/Turing.jl/issues/new?template=01-bug-report.yml)!
38
+
If we are able to help, we will try to fix it, but we cannot guarantee support for untested versions.
0 commit comments