Skip to content

Commit c00a4b6

Browse files
NoraLooseglwagner
andauthored
Bump Julia version bound (#295)
* Bump Julia version bound * Update Project.toml --------- Co-authored-by: Gregory L. Wagner <[email protected]>
1 parent c8dc984 commit c00a4b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ StaticArrays = "1"
5151
Statistics = "1.9"
5252
SurfaceFluxes = "0.11, 0.12"
5353
Thermodynamics = "0.12"
54-
julia = "1.9"
54+
julia = "1.10"
5555

5656
[extras]
5757
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ julia> using Pkg
2323
julia> Pkg.add("ClimaOcean")
2424
```
2525

26-
!!! compat "Julia 1.9 is required"
27-
ClimaOcean requires Julia 1.9 or later.
26+
!!! compat "Julia 1.10 is required"
27+
ClimaOcean requires Julia 1.10 or later.
2828

2929
## Quick start
3030

0 commit comments

Comments
 (0)