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 f50906d commit 0e0a8a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Unreleased
-----------------------------

* Add Support for Tutor 17 and Open edX Quince.

Version 1.1.0 (2023-08-18)
-----------------------------
* Add support for Tutor 16, Open edX Palm,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ appropriate one:
|------------------|-------------------|---------------|----------------|
| Olive | `>=15.0, <16` | `main` | 1.x.x |
| Palm | `>=16.0, <17` | `main` | 1.x.x |
| Quince | `>=17.0, <18` | `main` | 1.x.x |


Installation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def load_readme():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.7",
install_requires=["tutor <17, >=15.0"],
install_requires=["tutor <18, >=15.0"],
setup_requires=['setuptools-scm<7'],
entry_points={
"tutor.plugin.v1": [
Expand Down

0 comments on commit 0e0a8a4

Please sign in to comment.