@@ -21,8 +21,8 @@ languages. It comes with a number of outstanding features:
21
21
* Java arrays translate into Python sequence objects
22
22
* Java API for accessing Python objects (` jpy.jar ` )
23
23
24
- jpy has been tested with Python 3.4 and 3.8 and OpenJDK 8 on 64-bit Ubuntu
25
- Linux, Windows 10, and macOS.
24
+ jpy has been tested with Python 3.4– 3.8 and OpenJDK 8 on 64-bit Ubuntu Linux,
25
+ Windows 10, and macOS.
26
26
27
27
The initial development of jpy has been driven by the need to write Python
28
28
extensions to an established scientific imaging application programmed in
@@ -102,12 +102,12 @@ documentation.
102
102
Automated builds
103
103
----------------
104
104
105
- As of 2020-08-11 , [ Python wheel] ( https://pythonwheels.com/ ) packages for jpy
105
+ As of 2020-08-27 , [ Python wheel] ( https://pythonwheels.com/ ) packages for jpy
106
106
are automatically built on
107
107
[ AppVeyor] ( https://ci.appveyor.com/project/bcdev/jpy ) , but at present they are
108
108
uploaded only to a private FTP server and not publicly released. Wheels are
109
- built for Linux 64-bit ( Python 3.4 and 3.8), Windows 64-bit (Python 3.4 and
110
- 3.8), and macOS 10.9+ 64-bit (Python 3.8) .
109
+ built for Python versions 3.4, 3.5, 3.6, 3.7, and 3.8 on Linux, Windows, and
110
+ macOS (≥ 10.9). Only 64-bit wheels are built .
111
111
112
112
The repository also contains an outdated configuration for [ automated Travis
113
113
builds] ( https://travis-ci.org/github/bcdev/jpy ) , but this configuration is
0 commit comments