Skip to content

Commit af0a1f8

Browse files
authored
Drop support for Julia < 1.6 and set version to 1.25.0 (#1116)
1 parent e8f4e3b commit af0a1f8

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
julia-version: ['0.7', '1.6', '1', 'nightly']
14+
julia-version: ['1.6', '1', 'nightly']
1515
julia-arch: [x64, x86]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717
exclude:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "IJulia"
22
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
3-
version = "1.24.2"
3+
version = "1.25.0"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -27,4 +27,4 @@ JSON = "0.18,0.19,0.20,0.21,1"
2727
MbedTLS = "0.5,0.6,0.7,1"
2828
SoftGlobalScope = "1"
2929
ZMQ = "1"
30-
julia = "0.7,1"
30+
julia = "1.6"

0 commit comments

Comments
 (0)