diff --git a/CHANGELOG.md b/CHANGELOG.md index 0278a6b..e97aba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +* [Enhancement] Support Tutor 17 and Open edX Quince. + ## Version 3.1.0 (2023-11-20) * [Enhancement] Support the Open edX `palm.4` release. diff --git a/README.md b/README.md index 94528fb..a500062 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ appropriate one: | Nutmeg | `>=14.0, <15` | `nutmeg` | 1.x.x | | Olive | `>=15.0, <16` | `main` | 2.x.x | | Palm | `>=16.0, <17` | `main` | 3.x.x | +| Quince | `>=17.0, <18` | `main` | 3.x.x | [^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, diff --git a/setup.py b/setup.py index 7f8bcce..620693e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def load_readme(): packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.8", - install_requires=["tutor <17, >=16.1.7"], + install_requires=["tutor <18, >=16.1.7"], setup_requires=["setuptools-scm"], entry_points={ "tutor.plugin.v1": [