Skip to content

Commit

Permalink
restrict to LTS 1.10 (#4997)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 8, 2024
1 parent 7b0ae81 commit 049bba8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
version:
- '1' # latest stable
- '1.9' # minimal declared julia compat in `Project.toml`
- '1.10' # minimal declared julia compat in `Project.toml`
experimental:
- false
os: [ubuntu-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion PlotsBase/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ UnicodePlots = "3"
UnitfulLatexify = "1"
Unzip = "0.1 - 0.2"
UUIDs = "1"
julia = "1.9"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PlotsBase = "0.1"
PrecompileTools = "1"
Reexport = "1"
Unitful = "1"
julia = "1.9"
julia = "1.10"

[extras]
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
Expand Down
2 changes: 1 addition & 1 deletion RecipesBase/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"

[compat]
PrecompileTools = "1"
julia = "1.6"
julia = "1.10"

[extras]
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Expand Down
2 changes: 1 addition & 1 deletion RecipesPipeline/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NaNMath = "0.3, 1"
PlotUtils = "0.6.5, 1"
RecipesBase = "1.3.1"
PrecompileTools = "1"
julia = "1.9"
julia = "1.10"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

0 comments on commit 049bba8

Please sign in to comment.