From 477483c8a595cd1beaef69b35df40ea1f11eb7f3 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Sat, 25 Dec 2021 16:11:55 -0500 Subject: [PATCH] Correct compat annotation for extended platform selection (#2900) --- docs/src/artifacts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/artifacts.md b/docs/src/artifacts.md index ecb294615d..3985f7f746 100644 --- a/docs/src/artifacts.md +++ b/docs/src/artifacts.md @@ -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.