Skip to content

Commit

Permalink
drop compatibility for Julia < 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 11, 2024
1 parent ac29ceb commit 8170dd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 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.9'
- 'lts'
- 'pre'
os:
Expand Down
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@ BenchmarkTools = "1"
CellListMap = "0.8.30, 0.9"
Chemfiles = "0.10.3"
ChunkSplitters = "3.1"
DelimitedFiles = "1.9"
DelimitedFiles = "1.10"
DocStringExtensions = "0.9.1"
Documenter = "1.3"
FortranFiles = "0.6"
JSON3 = "1.11.1"
LinearAlgebra = "1.9"
PDBTools = "1.8.1, 2"
LinearAlgebra = "1.10"
PDBTools = "2"
Plots = "1.39"
PrecompileTools = "1"
Printf = "1.9"
Printf = "1.10"
ProgressMeter = "1.10.1"
Random = "1.9"
Random = "1.10"
RandomNumbers = "1.5"
StableRNGs = "1"
StaticArrays = "1.6"
Statistics = "1.9"
Statistics = "1.10"
StructTypes = "1.10"
Test = "1.9"
Test = "1.10"
TestItemRunner = "0.2"
TestItems = "0.1, 1"
julia = "1.9"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Install Julia

First you need to install the Julia language, version 1.9 or greater is required.
First you need to install the Julia language, version 1.10 or greater is required.
Using the [juliaup](https://github.com/JuliaLang/juliaup) tool is a highly recommended way of installing and keeping Julia up to date.

Alternatively, you can install Julia by downloading the binaries directly from [the Julia webpage](https://julialang.org).
Expand Down

0 comments on commit 8170dd0

Please sign in to comment.