Skip to content

Commit be16539

Browse files
authored
Update README.md
1 parent 90fb3ff commit be16539

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# JavaCall.jl
22

33
![master GHA CI](https://github.com/JuliaInterop/JavaCall.jl/actions/workflows/CI.yml/badge.svg)
4-
![v0.7 GHA CI](https://github.com/JuliaInterop/JavaCall.jl/actions/workflows/CI.yml/badge.svg?branch=v0.7)
5-
[![Windows x86 CI](https://ci.appveyor.com/api/projects/status/qeu6ul9o9s6t5tiw?svg=true)](https://ci.appveyor.com/project/aviks/javacall-jl-6c24s)
6-
[![Gitter](https://badges.gitter.im/JavaCall-jl/community.svg)](https://gitter.im/JavaCall-jl/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
74

85
Call Java programs from Julia.
96

@@ -51,11 +48,6 @@ julia> jcall(out, "println", Nothing, (JString,), "Hello World")
5148
Hello World
5249
```
5350

54-
## Versions
55-
56-
* 0.7 branch is currently being maintained for bug fixes only
57-
* master branch is currently proposed to be v0.8.0
58-
5951
## Julia version compatibility
6052

6153
Julia 1.3.0 through Julia 1.6.2 are tested and guaranteed to work on Linux, macOS, and Windows via continuous integration. Julia 1.6.2 and newer should work on Linux and Windows. The `JULIA_COPY_STACKS` environment variable should be set to `1` on macOS and Linux, but not Windows.

0 commit comments

Comments
 (0)