Skip to content

Commit 65f2dda

Browse files
committed
added v3.11
1 parent 9108540 commit 65f2dda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ dict-cli map-symbols-in-pronunciations \
8686
```sh
8787
# update
8888
sudo apt update
89-
# install Python 3.8, 3.9 & 3.10 for ensuring that tests can be run
89+
# install Python 3.8, 3.9, 3.10 & 3.11 for ensuring that tests can be run
9090
sudo apt install python3-pip \
9191
python3.8 python3.8-dev python3.8-distutils python3.8-venv \
9292
python3.9 python3.9-dev python3.9-distutils python3.9-venv \
93-
python3.10 python3.10-dev python3.10-distutils python3.10-venv
93+
python3.10 python3.10-dev python3.10-distutils python3.10-venv \
94+
python3.11 python3.11-dev python3.11-distutils python3.11-venv
9495
# install pipenv for creation of virtual environments
9596
python3.8 -m pip install pipenv --user
9697

@@ -119,6 +120,7 @@ Final lines of test result output:
119120
py38: commands succeeded
120121
py39: commands succeeded
121122
py310: commands succeeded
123+
py311: commands succeeded
122124
congratulations :)
123125
```
124126

0 commit comments

Comments
 (0)