Skip to content

Commit

Permalink
fix: update the minimum version of tutor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed May 2, 2024
1 parent 90b2b88 commit ea1d696
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 @@ -44,7 +44,7 @@ def load_about():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.8",
install_requires=["tutor<18.0.0"],
install_requires=["tutor>=17.0.2, <18"],
entry_points={"tutor.plugin.v1": ["codejail = tutorcodejail.plugin"]},
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit ea1d696

Please sign in to comment.