Skip to content

Commit

Permalink
drop Julia 1.6 compatibility (set to 1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jan 31, 2025
1 parent 36e6b88 commit ccf41f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
- 'lts'
- 'pre'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
exclude:
- version: '1.6'
- version: '1.9'
os: macOS-latest
build_is_production_build:
- true
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ Compat = "4.14.0"
DocStringExtensions = "0.9"
Documenter = "1.2.1"
ForwardDiff = "0.10.13"
LinearAlgebra = "1.6"
LinearAlgebra = "1.9"
Measurements = "2.11"
NearestNeighbors = "0.4.16"
PDBTools = "1.1"
Parameters = "0.12"
PrecompileTools = "1"
ProgressMeter = "1.6"
Random = "1.6"
Random = "1.9"
Setfield = "0.7, 0.8, 0.9, 1"
StaticArrays = "1.6"
Test = "1.6"
Test = "1.9"
TestItemRunner = "1"
TestItems = "1"
Unitful = "1.19"
julia = "1.6"
julia = "1.9"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit ccf41f5

Please sign in to comment.