Skip to content

Commit

Permalink
Updated the minimum python version to avoid core dump in jpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed May 1, 2024
1 parent 70c5cb0 commit 0b51312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def add_version_constraint(package_name, version):
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
python_requires=">=3.10",
install_requires=[
add_version_constraint("deephaven-server", dh_version),
"pandas",
Expand Down

0 comments on commit 0b51312

Please sign in to comment.