Skip to content

Commit

Permalink
chore: bump supported tutor versions to work on tutor 19 for sumac
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavb12 committed Nov 19, 2024
1 parent ac27ba8 commit fc55d7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* [Enhancement] Support Tutor 19 and Open edX Sumac.

## Version 2.0.0 (2024-10-07)

* [Chore] Drop support for Python 3.8.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ appropriate one:
| Palm | `>=16.0, <17` | `quince` | `>=1.2.0, <2` |
| Quince | `>=17.0, <18` | `quince` | `>=1.3.0, <2` |
| Redwood | `>=18.0, <19` | `main` | `>=2` |
| Sumac | `>=19.0, <20` | `main` | `>=2.1.0` |

[^1]: For Open edX Maple and Tutor 13, you must run version 13.2.0 or
later. That is because this plugin uses the Tutor v1 plugin API,
Expand Down
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 fc55d7e

Please sign in to comment.