We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04b84b commit e675efdCopy full SHA for e675efd
1 file changed
setup.py
@@ -23,7 +23,7 @@
23
url='https://github.com/google/python-spanner-orm',
24
packages=['spanner_orm', 'spanner_orm.admin'],
25
include_package_data=True,
26
- python_requires='~=3.7',
+ python_requires='>=3.7',
27
install_requires=[
28
'google-cloud-spanner >= 1.6, <2.0.0dev',
29
'immutabledict',
0 commit comments