Skip to content

Commit e381e4b

Browse files
authored
Note supported platforms & versions (#586)
* Note supported platforms & versions * Fix incorrect wording
1 parent 2a44076 commit e381e4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

getting-started/index.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ using Pkg
2828
Pkg.add("Turing")
2929
```
3030

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.
39+
3140
### Example usage
3241

3342
First, we load the Turing and StatsPlots modules.

0 commit comments

Comments
 (0)