Skip to content

Commit 37de35a

Browse files
committed
WS-3151: Use a supported Python in the examples.
1 parent a5121cb commit 37de35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python ping.py -k $API_KEY
3232
```
3333
git clone git@github.com:rosette-api/python.git
3434
cd python/examples
35-
docker run -it -v $(pwd):/source --entrypoint bash python:3.6-slim
35+
docker run -it -v $(pwd):/source --entrypoint bash python:3.12-slim
3636
cd /source
3737
pip install rosette_api
3838
python ping.py -k $API_KEY
@@ -42,7 +42,7 @@ python ping.py -k $API_KEY
4242
```
4343
git clone git@github.com:rosette-api/python.git
4444
cd python
45-
docker run -it -v $(pwd):/source --entrypoint bash python:3.6-slim
45+
docker run -it -v $(pwd):/source --entrypoint bash python:3.12-slim
4646
cd /source
4747
python setup.py install
4848
cd examples

0 commit comments

Comments
 (0)