Skip to content

Commit 5e9a4f9

Browse files
committed
docs: update documentation for py311
1 parent ad0a485 commit 5e9a4f9

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
@@ -37,12 +37,12 @@ All `docker-compose` files depend on the following environment variables, which
3737

3838
## General notes
3939

40-
Python 3.10 requires the Tinker package to be installed, not sure why this is the case and why the the base Docker image does not contain this. Take a look at the `Dockerfile` where we install this package via `apt`.
40+
Python 3.11 requires the Tinker package to be installed, not sure why this is the case and why the the base Docker image does not contain this. Take a look at the `Dockerfile` where we install this package via `apt`.
4141

4242
On macOS we manage this via Homebrew:
4343

4444
```
45-
brew install python-tk@3.10
45+
brew install python-tk@3.11
4646
```
4747

4848
Handy commands and tools, which we use to help with the infrastructure:

0 commit comments

Comments
 (0)