From c34a624c1a660e042933f9cfdc362eb8c6050e09 Mon Sep 17 00:00:00 2001 From: unytics Date: Mon, 13 May 2024 14:59:34 +0000 Subject: [PATCH] v0.6: accept python3.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 95707842..e1d4d698 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools -VERSION = '0.5' +VERSION = '0.6' with open('README.md', 'r', encoding='utf-8') as fh: @@ -23,7 +23,7 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ], - python_requires='>=3.10', + python_requires='>=3.6', include_package_data=True, install_requires=[ 'google-cloud-bigquery',