Skip to content

Commit 28f54f6

Browse files
committed
Add Julia 1.10 and 1.11 compatibility
- Added Julia 1.10 and 1.11 to supported versions - Relaxed BrillouinZoneMeshes version constraint from 0.2.2 to 0.2 - This resolves dependency conflicts with DFTK.jl on modern Julia versions
1 parent 4da349c commit 28f54f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1414
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515

1616
[compat]
17-
BrillouinZoneMeshes = "0.2.2"
17+
BrillouinZoneMeshes = "0.2"
1818
CompositeGrids = "0.1"
1919
Lehmann = "0.2"
2020
StaticArrays = "1"
21-
julia = "1.6, 1.7, 1.8, 1.9"
21+
julia = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
2222

2323
[extras]
2424
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)