Skip to content

Commit

Permalink
feat: Add support for Tutor 17 / Open edX Quince
Browse files Browse the repository at this point in the history
* Update the install_requires list to support Tutor 17.
* Update the compatibility matrix in the README accordingly.
  • Loading branch information
Maari Tamm committed Jan 11, 2024
1 parent 5d1a2ce commit 48c5c3f
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 17 and Open edX Quince.

## Version 2.2.0 (2023-08-23)

* [Enhancement] Support Tutor 16, Open edX Palm and Python 3.11.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 48c5c3f

Please sign in to comment.