From 48c5c3ffde742efb17415f4773ae210273283543 Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Thu, 11 Jan 2024 14:04:12 +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 1a1fd38..ad9bcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +* [Enhancement] Support Tutor 17 and Open edX Quince. + ## Version 2.2.0 (2023-08-23) * [Enhancement] Support Tutor 16, Open edX Palm and Python 3.11. diff --git a/README.md b/README.md index 82d7885..81763df 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ appropriate one: | Nutmeg | `>=14.0, <15` | `nutmeg` | 1.x.x | | Olive | `>=15.0, <16` | `main` | 2.x.x | | Palm | `>=16.0, <17` | `main` | 2.x.x | +| Quince | `>=17.0, <18` | `main` | 2.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 7a9be21..1f8a77f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def load_readme(): packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.6", - install_requires=["tutor <17, >=15.0.0"], + install_requires=["tutor <18, >=15.0.0"], setup_requires=["setuptools-scm"], entry_points={ "tutor.plugin.v1": [