mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: bump to Python3.9 (#23890)
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2a2f8a8e0a
commit
e3719a1b07
4
setup.py
4
setup.py
@@ -92,7 +92,6 @@ setup(
|
||||
"flask-wtf>=1.0.1, <1.1",
|
||||
"func_timeout",
|
||||
"geopy",
|
||||
"graphlib-backport",
|
||||
"gunicorn>=20.1.0; sys_platform != 'win32'",
|
||||
"hashids>=1.3.1, <2",
|
||||
"holidays>=0.23, <0.24",
|
||||
@@ -186,13 +185,12 @@ setup(
|
||||
"vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
|
||||
"netezza": ["nzalchemy>=11.0.2"],
|
||||
},
|
||||
python_requires="~=3.8",
|
||||
python_requires="~=3.9",
|
||||
author="Apache Software Foundation",
|
||||
author_email="dev@superset.apache.org",
|
||||
url="https://superset.apache.org/",
|
||||
download_url="https://www.apache.org/dist/superset/" + version_string,
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
|
||||
Reference in New Issue
Block a user