Skip to content

Commit

Permalink
Temporary fix for python 3.12 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpaul committed Oct 11, 2023
1 parent 74cf544 commit 6592545
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 @@ -47,7 +47,7 @@ def environment_dependencies(obj, dependencies=None):
license="BSD 3-Clause",
include_package_data=True,
install_requires=install_requires,
python_requires=">=3.6",
python_requires=">=3.6,<3.12",
packages=["dask_mpi"],
long_description=long_description,
entry_points="""
Expand Down

0 comments on commit 6592545

Please sign in to comment.