Error while trying to register: "Julia version < 0.7 not allowed in [compat]"
[compat]
julia = ">= 1.6, < 2.0"
CSV = ">= 0.10, < 1.0"
Clustering = ">= 0.15, < 1.0"
Combinatorics = ">= 1.0, < 2.0"
DataFrames = ">= 1.0, < 2.0"
DataStructures = ">= 0.18, < 1.0"
Distances = ">= 0.10, < 1.0"
Distributions = ">= 0.24, < 1.0"
Documenter = ">= 1.6, < 2.0"
GaussianRandomFields = ">= 2.0, < 3.0"
Pipe = ">= 1.3, < 2.0"
Plots = ">= 1.40, < 2.0"
ProgressMeter = ">= 1.10, < 2.0"
SortingAlgorithms = ">= 1.1, < 2.0"
SpecialFunctions = ">= 1.0, < 3.0"
Statistics = "1"
StatsBase = ">= 0.33, < 1.0"
Steps I've Taken:
- Verified that all dependencies in my Project.toml do not specify compatibility with Julia versions below 1.3.
- Bumped the version number and tried re-registering.
- Cleared the cache and re-ran my CI, which passes on Julia versions 1.6, 1.9, and nightly.
Additional Information:
- CI setup tests on Julia 1.6, 1.9, and nightly.
- The package works fine locally and in CI, but the registration process is blocked with the above error.