This is untested, but I don't think there's any reason this shouldn't work. If there are problems, we can address them in a followup.
This commit is contained in:
Родитель
dcedaee919
Коммит
62263841a8
2
setup.py
2
setup.py
|
@ -43,7 +43,7 @@ setup(
|
|||
],
|
||||
long_description="Tooling for building derived datasets in BigQuery",
|
||||
long_description_content_type="text/markdown",
|
||||
python_requires="==3.8.*",
|
||||
python_requires=">=3.8",
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
bqetl=bigquery_etl.cli:cli
|
||||
|
|
Загрузка…
Ссылка в новой задаче