-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Describe Volta's SemVer commitments (COMPATIBILITY.md)
- Loading branch information
1 parent
370f7a0
commit fb7fb94
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Compatibility | ||
|
||
Volta currently tests against the following platforms, and will treat it as a breaking change to drop support for them: | ||
|
||
- macOS | ||
- x86-64 | ||
- Apple Silicon | ||
- Linux x86-64 | ||
- Windows x86-64 | ||
|
||
We compile release artifacts compatible with the following, and likewise will treat it as a breaking change to drop support for them: | ||
|
||
- macOS v11 | ||
- RHEL and CentOS v6 | ||
- Windows 10 | ||
|
||
In general, Volta should build and run against any other modern hardware and operating system supported by stable Rust, and we will make a best effort not to break them. However, we do *not* include them in our SemVer guarantees or test against them. |