Skip to content

Commit

Permalink
v0.6: accept python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
unytics committed May 13, 2024
1 parent 7c5fb6d commit c34a624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools


VERSION = '0.5'
VERSION = '0.6'


with open('README.md', 'r', encoding='utf-8') as fh:
Expand All @@ -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',
Expand Down

0 comments on commit c34a624

Please sign in to comment.