Skip to content

Commit

Permalink
chore: bump tutor plugin dependency version for redwood support (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic authored Jul 31, 2024
1 parent 603d152 commit 92f7a0e
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 92f7a0e

Please sign in to comment.