mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-23 02:09:55 +00:00
Update minimum Julia version to 1.6
BioSymbols v3 requires Julia 1.6+, so update the "julia" compat entry and remove unit testing against Julia 1.0.
This commit is contained in:
parent
a7a76db3d4
commit
03d8e5e745
2 changed files with 1 additions and 2 deletions
1
.github/workflows/UnitTests.yml
vendored
1
.github/workflows/UnitTests.yml
vendored
|
@ -13,7 +13,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
julia-version:
|
julia-version:
|
||||||
- '1.0' # LTS
|
|
||||||
- '1.6' # LTS
|
- '1.6' # LTS
|
||||||
- '1'
|
- '1'
|
||||||
julia-arch: [x64, x86]
|
julia-arch: [x64, x86]
|
||||||
|
|
|
@ -23,7 +23,7 @@ BioSequences = "3"
|
||||||
GenomicFeatures = "2"
|
GenomicFeatures = "2"
|
||||||
Indexes = "0.1"
|
Indexes = "0.1"
|
||||||
TranscodingStreams = "0.6, 0.7, 0.8, 0.9"
|
TranscodingStreams = "0.6, 0.7, 0.8, 0.9"
|
||||||
julia = "1"
|
julia = "1.6"
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
||||||
|
|
Loading…
Reference in a new issue