File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,12 @@ dict-cli map-symbols-in-pronunciations \
8686``` sh
8787# update
8888sudo 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
9090sudo 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
9596python3.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
You can’t perform that action at this time.
0 commit comments