File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 python-version :
25- - ' 3.7'
26- - ' 3.8'
2725 - ' 3.9'
26+ - ' 3.10'
2827 runs-on : ubuntu-latest
2928 steps :
3029 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ This is not an officially supported Google product.
99
1010### How to install
1111
12- Make sure that Python 3.7 is the default version of python for your environment,
13- then run:
12+ Make sure that Python 3.9 or higher is the default version of python for your
13+ environment, then run:
1414``` pip install git+https://github.com/google/python-spanner-orm#egg=spanner_orm ```
1515
1616### Connecting
@@ -183,7 +183,7 @@ or the corresponding ```MigrationExecutor``` method should be used.
183183
184184## Tests
185185
186- Note: we suggest using a Python 3.7
186+ Note: we suggest using a Python 3.9
187187[ virtualenv] ( https://docs.python.org/3/library/venv.html )
188188for running tests and type checking.
189189
Original file line number Diff line number Diff line change 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.9 ' ,
2727 install_requires = [
2828 'google-cloud-spanner >= 2, <4' ,
2929 'immutabledict' ,
You can’t perform that action at this time.
0 commit comments