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:
parent
337a17f471
commit
66f9748c08
6
setup.py
6
setup.py
@ -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",
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "13.0.7"
|
||||
__version__ = "14.0.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user