Skip to content

Note supported platforms & versions #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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