We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97731e6 commit 38289e8Copy full SHA for 38289e8
README.md
@@ -55,11 +55,11 @@ You can customize the version of the database you test against by changing the a
55
56
The `PYTHON_VERSION` environment variable customizes which version of Python you are running the tests against. e.g:
57
58
-`PYTHON_VERSION=3.7 docker-compose run --rm sqlite`
+`PYTHON_VERSION=3.8 docker-compose run --rm sqlite`
59
60
You can also pull the pre-built image in the same way:
61
62
-`PYTHON_VERSION=3.7 docker-compose pull sqlite`
+`PYTHON_VERSION=3.8 docker-compose pull sqlite`
63
64
## Oracle
65
0 commit comments