diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b96854..83d33df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +* [Enhancement] Support Tutor 19 and Open edX Sumac. + ## Version 3.0.0 (2024-10-07) * [Chore] Drop Python 3.8 support. diff --git a/README.md b/README.md index 843cb4d..975f8ed 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ appropriate one: | Palm | `>=16.0, <17` | `palm` | 2.3.x | | Quince | `>=17.0, <18` | `quince` | `>=2.4.0, <3` | | Redwood | `>=18.0, <19` | `main` | `>=3` | +| Sumac | `>=19.0, <20` | `main` | `>=3.1.0` | [^1]: For Open edX Maple and Tutor 13, you must run version 13.2.0 or diff --git a/setup.py b/setup.py index 2226013..56821f3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def load_readme(): packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.8", - install_requires=["tutor <19, >=15.0.0"], + install_requires=["tutor <20, >=15.0.0"], setup_requires=["setuptools-scm"], entry_points={ "tutor.plugin.v1": [