Skip to content

Commit

Permalink
Describe Volta's SemVer commitments (COMPATIBILITY.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 21, 2023
1 parent 370f7a0 commit fb7fb94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions COMPATIBILITY.md
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.

0 comments on commit fb7fb94

Please sign in to comment.