Skip to content

Commit 4ce920c

Browse files
authored
Merge pull request #147 from JuliaMath/nh/julia_compat
Bump Julia compat to 1.10 LTS
2 parents 16ac46e + 415d9c7 commit 4ce920c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
18+
- '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2020
# - 'nightly'
2121
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NFFT"
22
uuid = "efe261a4-0d2b-5849-be55-fc731d526b0d"
33
authors = ["Tobias Knopp <[email protected]>"]
4-
version = "0.13.6"
4+
version = "0.13.7"
55

66
[deps]
77
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
@@ -30,7 +30,7 @@ JLArrays = "0.2"
3030
Reexport = "1.0"
3131
PrecompileTools = "1"
3232
SpecialFunctions = "0.8, 0.10, 1, 2"
33-
julia = "1.9"
33+
julia = "1.10"
3434
#StaticArrays = "1.4"
3535
Ducc0 = "0.1"
3636

0 commit comments

Comments
 (0)