From c86c156a47a09c5f057e3dda2b561b3388e036bb Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Thu, 11 Jan 2024 14:01:00 +0100 Subject: [PATCH] feat: Add support for Tutor 17 / Open edX Quince * Update the install_requires list to support Tutor 17. * Update the compatibility matrix in the README accordingly. --- CHANGELOG.md | 4 ++++ README.md | 1 + setup.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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": [