Skip to content

Commit c775776

Browse files
github-actions[bot]github-actions[bot]
andcommitted
CompatHelper: bump compat for CairoMakie to 0.10 for package classification, (keep existing compat) (#144)
This pull request changes the compat entry for the `CairoMakie` package from `0.8, 0.9` to `0.8, 0.9, 0.10` for package classification. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09041ec commit c775776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/classification/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"
1010

1111
[compat]
1212
AlgebraOfGraphics = "0.6"
13-
CairoMakie = "0.8, 0.9"
13+
CairoMakie = "0.8, 0.9, 0.10"
1414
CalibrationErrors = "0.6"
1515
DataFrames = "1"
1616
Distributions = "0.25"

examples/distribution/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
55
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
66

77
[compat]
8-
CairoMakie = "0.8, 0.9"
8+
CairoMakie = "0.8, 0.9, 0.10"
99
CalibrationErrors = "0.6"
1010
Distributions = "0.25"
1111
StatsBase = "0.33"

0 commit comments

Comments
 (0)