Skip to content

Commit

Permalink
remove support for Julia 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Jun 24, 2024
1 parent 0b5b797 commit b10f3aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8.5'
- '1'
os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ LaTeXStrings = "1"
LinearMaps = "3"
LoopVectorization = "0.12"
MuladdMacro = "0.2"
NodesAndModes = "0.9.2, 1"
NodesAndModes = "1"
Octavian = "0.3"
OrdinaryDiffEq = "6"
Plots = "1"
PrettyTables = "2"
RecipesBase = "1"
Reexport = "1"
Revise = "3"
StartUpDG = "0.17, 1"
StartUpDG = "1"
StaticArrays = "1"
TetGen = "1"
TimerOutputs = "0.5"
Triangulate = "2"
WriteVTK = "1"
julia = "1.8"
julia = "1.10"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Installation

StableSpectralElements.jl is a registered Julia package (compatible with Julia versions 1.8 and above) and can be installed by entering the following commands within the REPL:
StableSpectralElements.jl is a registered Julia package (compatible with Julia versions 1.10 and above) and can be installed by entering the following commands within the REPL:
```julia
using Pkg; Pkg.add("StableSpectralElements")
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Discretizations satisfying the summation-by-parts property employing nodal as we

## Installation

StableSpectralElements.jl is a registered Julia package (compatible with Julia versions 1.8 and higher) and can be installed by entering the following commands within the REPL:
StableSpectralElements.jl is a registered Julia package (compatible with Julia versions 1.10 and higher) and can be installed by entering the following commands within the REPL:
```julia
using Pkg; Pkg.add("StableSpectralElements")
```
Expand Down

0 comments on commit b10f3aa

Please sign in to comment.