Allow using bigquery-etl with python 3.9 (fixes #1611) (#1649)

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:
William Lachance 2021-01-06 11:24:05 -05:00 коммит произвёл GitHub
Родитель dcedaee919
Коммит 62263841a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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