Skip to content

Commit e675efd

Browse files
authored
python version >=3.7
1 parent a04b84b commit e675efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
url='https://github.com/google/python-spanner-orm',
2424
packages=['spanner_orm', 'spanner_orm.admin'],
2525
include_package_data=True,
26-
python_requires='~=3.7',
26+
python_requires='>=3.7',
2727
install_requires=[
2828
'google-cloud-spanner >= 1.6, <2.0.0dev',
2929
'immutabledict',

0 commit comments

Comments
 (0)