Skip to content

Commit 642d1e9

Browse files
committed
Drop pre Julia 1.3 support
1 parent f629211 commit 642d1e9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/jlpkgbutler-ci-master-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.0]
13+
julia-version: [1.3.0]
1414
julia-arch: [x64, x86]
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616
exclude:

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: [1.0.5, 1.1.1, 1.2.0, 1.3.0]
12+
julia-version: [1.3.0]
1313
julia-arch: [x64, x86]
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
exclude:

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1616

1717
[compat]
1818
IterableTables = "0.8.2, 0.9, 0.10, 0.11, 1"
19-
julia = "1"
19+
julia = "1.3"
2020
QueryOperators = "0.9.1"
21-
DataValues = "0.4.4"
22-
MacroTools = "0.4.4"
21+
DataValues = "0.4.4"
22+
MacroTools = "0.4.4, 0.5"
2323

2424
[targets]
2525
test = ["Statistics", "Test", "DataFrames"]

0 commit comments

Comments
 (0)