py4j / py4j

Py4J enables Python programs to dynamically access arbitrary Java objects

Home Page:https://www.py4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Py4J is supported with Python 3.8 and 3.9

larajorge11 opened this issue · comments

Hi, looking the documentation (Readme, py4j documentation, PyPI) there is just information that py4j was tested until python 3.7 so far, I am wondering if the documentation is not updated yet or py4j is not recommended for the new versions of python. I already did some test consuming Java objects like a Map and List using 3.8 and 3.9 and works well.

Fixed in #443