Skip to content

Commit

Permalink
chore: bump tutor plugin dependency version for redwood support
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed Jul 9, 2024
1 parent 9054a5f commit 07937f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor-contrib-harmony-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def load_about():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.8",
install_requires=["tutor>=17.0.0,<18.0.0"],
install_requires=["tutor>=17.0.0,<19.0.0"],
entry_points={
"tutor.plugin.v1": [
"k8s_harmony = tutor_k8s_harmony_plugin.plugin",
Expand Down

0 comments on commit 07937f7

Please sign in to comment.