This repository was archived by the owner on Mar 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def default(session):
8181 )
8282
8383
84- @nox .session (python = ["3.5" , "3. 6" , "3.7" , "3.8" ])
84+ @nox .session (python = ["3.6" , "3.7" , "3.8" ])
8585def unit (session ):
8686 """Run the unit test suite."""
8787 default (session )
Original file line number Diff line number Diff line change 1717# 'Development Status :: 4 - Beta'
1818# 'Development Status :: 5 - Production/Stable'
1919release_status = "Development Status :: 3 - Alpha"
20- dependencies = ["sqlparse >= 0.3.0" , "google-cloud-spanner >= 1.8 .0" ]
20+ dependencies = ["sqlparse >= 0.3.0" , "google-cloud-spanner >= 2.0 .0" ]
2121extras = {}
2222
2323BASE_DIR = os .path .dirname (__file__ )
5353 "License :: OSI Approved :: BSD License" ,
5454 "Operating System :: OS Independent" ,
5555 "Programming Language :: Python :: 3" ,
56- "Programming Language :: Python :: 3.5" ,
5756 "Programming Language :: Python :: 3.6" ,
5857 "Programming Language :: Python :: 3.7" ,
5958 "Topic :: Utilities" ,
6059 "Framework :: Django" ,
6160 "Framework :: Django :: 2.2" ,
6261 ],
6362 extras_require = extras ,
64- python_requires = ">=3.5 " ,
63+ python_requires = ">=3.6 " ,
6564)
You can’t perform that action at this time.
0 commit comments