Skip to content

Commit ce98bd5

Browse files
bors[bot]cossio
andauthored
Merge #528
528: new compat guidelines r=ericphanson a=cossio See https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958/3 Co-authored-by: cossio <[email protected]>
2 parents b981c08 + 89fedeb commit ce98bd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/guidelines.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ PackageG = "0.2 - 1" # includes infinitely many breaking 0.x releases of Pack
9292
See [Pkg's documentation](https://julialang.github.io/Pkg.jl/v1/compatibility/) for specification of `[compat]` entries in your
9393
`Project.toml` file.
9494

95-
(**Note:** Standard libraries are excluded for this criterion since they are bundled
96-
with Julia, and, hence, implicitly included in the `[compat]` entry for Julia.
97-
For the time being, JLL dependencies are also excluded for this criterion because they
98-
often have non-standard version numbering schemes; however, this may change in the future.)
95+
(**Note:** JLL dependencies are excluded from this criterion because they often have non-standard version numbering schemes; however, this may change in the future.)
9996

10097
You may find [CompatHelper.jl](https://github.com/bcbi/CompatHelper.jl) and [PackageCompatUI.jl](https://github.com/GunnarFarneback/PackageCompatUI.jl) helpful for maintaining up-to-date `[compat]` entries.
10198

0 commit comments

Comments
 (0)