Skip to content

Drop jpype v0.X support

Philip Elson requested to merge pelson/pyjapc:drop_jpype_0px into master

The CI on PyJapc master Segmentation Faults inconsistently against v0.7.5 of JPype. At this point, I see anything older than JPype v1.1 to be entirely inappropriate for operational use. (perhaps with the exception of the v0.6 series, which tries to do less (e.g. close the JVM properly) but at least it is stable)

This MR makes support for JPype in PyJapc dependent upon JPype1>=1.1.

Edited by Philip Elson

Merge request reports