Skip to content

Commit 76d62ce

Browse files
authored
add a note on compatibility
1 parent 6c84102 commit 76d62ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ julia -e 'using Pkg; Pkg.add("EzXML")'
3232
This package depends on [libxml2](http://xmlsoft.org/) 2.9.9, which will be automatically installed as an artifact via [XML2_jll.jl](https://github.com/JuliaBinaryWrappers/XML2_jll.jl) if you use Julia 1.3 or later.
3333
Currently, Windows, Linux, macOS, and FreeBSD are now supported.
3434

35+
Version compatibility
36+
---------------------
37+
38+
| EzXML.jl | Julia |
39+
|:--------:|:------------:|
40+
| 1.0 | 1.0 or later |
41+
| 1.1 | 1.3 or later |
42+
3543
Usage
3644
-----
3745

0 commit comments

Comments
 (0)