v14.0.0: minimal upgrade

We'll have to migrate to plugin API v1 and to the newest releases of
superset/clickhouse/vector.
This commit is contained in:
Régis Behmo 2022-06-13 20:50:50 +02:00
parent 337a17f471
commit 66f9748c08
2 changed files with 3 additions and 5 deletions

View File

@ -38,8 +38,8 @@ setup(
long_description=load_readme(),
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.5",
install_requires=["tutor>=13.0.0,<14.0.0"],
python_requires=">=3.7",
install_requires=["tutor>=14.0.0,<15.0.0"],
entry_points={"tutor.plugin.v0": ["cairn = tutorcairn.plugin"]},
classifiers=[
"Development Status :: 3 - Alpha",
@ -47,8 +47,6 @@ setup(
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",

View File

@ -1 +1 @@
__version__ = "13.0.7"
__version__ = "14.0.0"