Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit fa9fae2

Browse files
committed
Update readme and changelog
1 parent e5ae163 commit fa9fae2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Version 0.10 (in development)
1212
[#140](https://github.com/bcdev/jpy/issues/140). Contribution by Dr-Irv.
1313
* Fixed: Cannot iterate through a dict in Python 3.x
1414
[#136](https://github.com/bcdev/jpy/issues/136). Contribution by Dr-Irv.
15+
* Automatically build 64-bit Python wheels for all Python versions from 3.4 to
16+
3.8 on Linux, Windows, and Mac (fixes
17+
[#174](https://github.com/bcdev/jpy/issues/174)).
1518

1619
Version 0.9
1720
===========

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ languages. It comes with a number of outstanding features:
2121
* Java arrays translate into Python sequence objects
2222
* Java API for accessing Python objects (`jpy.jar`)
2323

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.43.8 and OpenJDK 8 on 64-bit Ubuntu Linux,
25+
Windows 10, and macOS.
2626

2727
The initial development of jpy has been driven by the need to write Python
2828
extensions to an established scientific imaging application programmed in
@@ -102,12 +102,12 @@ documentation.
102102
Automated builds
103103
----------------
104104

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
106106
are automatically built on
107107
[AppVeyor](https://ci.appveyor.com/project/bcdev/jpy), but at present they are
108108
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.
111111

112112
The repository also contains an outdated configuration for [automated Travis
113113
builds](https://travis-ci.org/github/bcdev/jpy), but this configuration is

0 commit comments

Comments
 (0)