Skip to content

Commit

Permalink
chore: support tutor 19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Oct 29, 2024
1 parent ac27ba8 commit 05cb8a6
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 @@ -24,7 +24,7 @@
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.9",
install_requires=["tutor <19, >=14.0.0"],
install_requires=["tutor <20, >=14.0.0"],
setup_requires=["setuptools-scm"],
entry_points={"tutor.plugin.v1": ["s3 = tutors3.plugin"]},
classifiers=[
Expand Down

0 comments on commit 05cb8a6

Please sign in to comment.