Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update setup.py to allow JPype1 versions >= 1.4.0 (#343)
The change from JPype1==1.4.0 to JPype1>=1.4.0 in setup.py is made to ensure compatibility with Python 3.11, as JPype1 1.4.0 does not support it. JPype1 1.4.1 already provides support for Python 3.11, making it a better choice to specify a minimum version while allowing for future updates.
- Loading branch information