Skip to content

Commit 2bc4e2c

Browse files
committed
Bump python versions
1 parent efde90a commit 2bc4e2c

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
188188
for running tests and type checking.
189189

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.9',
2727
install_requires=[
2828
'google-cloud-spanner >= 2, <4',
2929
'immutabledict',

0 commit comments

Comments
 (0)