Skip to content

Commit

Permalink
Note supported platforms & versions (#586)
Browse files Browse the repository at this point in the history
* Note supported platforms & versions

* Fix incorrect wording
  • Loading branch information
penelopeysm authored Feb 21, 2025
1 parent 2a44076 commit e381e4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions getting-started/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ using Pkg
Pkg.add("Turing")
```

### Supported versions and platforms

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.
We test on Linux (x64), macOS (Apple Silicon), and Windows (x64).
The Turing developer team will prioritise fixing issues on these platforms and versions.

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)!
If we are able to help, we will try to fix it, but we cannot guarantee support for untested versions.

### Example usage

First, we load the Turing and StatsPlots modules.
Expand Down

0 comments on commit e381e4b

Please sign in to comment.