Skip to content

Commit 38289e8

Browse files
committed
Update Python version in README.md.
1 parent 97731e6 commit 38289e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ You can customize the version of the database you test against by changing the a
5555

5656
The `PYTHON_VERSION` environment variable customizes which version of Python you are running the tests against. e.g:
5757

58-
`PYTHON_VERSION=3.7 docker-compose run --rm sqlite`
58+
`PYTHON_VERSION=3.8 docker-compose run --rm sqlite`
5959

6060
You can also pull the pre-built image in the same way:
6161

62-
`PYTHON_VERSION=3.7 docker-compose pull sqlite`
62+
`PYTHON_VERSION=3.8 docker-compose pull sqlite`
6363

6464
## Oracle
6565

0 commit comments

Comments
 (0)