JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
621 stars 261 forks source link

disable `julia_version` tests #3773

Closed KristofferC closed 8 months ago

KristofferC commented 8 months ago

This feature is buggy (see https://github.com/JuliaLang/julia/pull/51869#issuecomment-1919283187 for an explanation) and it is preventing us from adding any new dependencies (that didn't exist in old Julia versions) to stdlibs.

cc @staticfloat