Skip to content

Commit

Permalink
Correct compat annotation for extended platform selection (#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Dec 25, 2021
1 parent 4362654 commit 477483c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ This is deduced automatically by the `artifacts""` string macro, however if you

## Extending Platform Selection

!!! compat "Julia 1.6"
Pkg's extended platform selection requires at least Julia 1.6, and is considered experimental.
!!! compat "Julia 1.7"
Pkg's extended platform selection requires at least Julia 1.7, and is considered experimental.

New in Julia 1.6, `Platform` objects can have extended attributes applied to them, allowing artifacts to be tagged with things such as CUDA driver version compatibility, microarchitectural compatibility, julia version compatibility and more!
Note that this feature is considered experimental and may change in the future.
Expand Down

0 comments on commit 477483c

Please sign in to comment.