Skip to content

Commit 2c34557

Browse files
committed
Require Julia v1.10 (LTS)
1 parent d64a878 commit 2c34557

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.0'
16+
- 'lts'
1717
- '1'
1818
- 'nightly'
1919
os:

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AbstractFFTs"
22
uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c"
3-
version = "1.5.0"
3+
version = "1.6.0-dev"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -20,11 +20,11 @@ Aqua = "0.8"
2020
ChainRulesCore = "1"
2121
ChainRulesTestUtils = "1"
2222
FiniteDifferences = "0.12"
23-
LinearAlgebra = "<0.0.1, 1"
24-
Random = "<0.0.1, 1"
25-
Test = "<0.0.1, 1"
23+
LinearAlgebra = "1"
24+
Random = "1"
25+
Test = "1"
2626
Unitful = "1"
27-
julia = "^1.0"
27+
julia = "1.10"
2828

2929
[extras]
3030
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)