Skip to content

Commit c34a624

Browse files
committed
v0.6: accept python3.6
1 parent 7c5fb6d commit c34a624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33

4-
VERSION = '0.5'
4+
VERSION = '0.6'
55

66

77
with open('README.md', 'r', encoding='utf-8') as fh:
@@ -23,7 +23,7 @@
2323
'License :: OSI Approved :: MIT License',
2424
'Operating System :: OS Independent',
2525
],
26-
python_requires='>=3.10',
26+
python_requires='>=3.6',
2727
include_package_data=True,
2828
install_requires=[
2929
'google-cloud-bigquery',

0 commit comments

Comments
 (0)