Skip to content

Commit 4d68bda

Browse files
committed
Drop support for Julia versions below v1.9 (JuliaApproximation#513)
1 parent 1fa9f99 commit 4d68bda

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
version:
42-
- '1.6'
4342
- '1'
4443
- '~1.10.0-0'
4544
os:

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: true
3333
matrix:
34-
julia-version: ['1', '1.6']
34+
julia-version: ['1']
3535
os: [ubuntu-latest]
3636
package:
3737
- {repo: ApproxFun.jl, group: JuliaApproximation}

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.8.46"
3+
version = "0.9.0"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -47,7 +47,7 @@ LazyArrays = "0.20, 0.21, 0.22, 1"
4747
LowRankMatrices = "1"
4848
SpecialFunctions = "0.10, 1.0, 2"
4949
StaticArrays = "0.12, 1.0"
50-
julia = "1.6"
50+
julia = "1.9"
5151

5252
[extras]
5353
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)