Skip to content

Commit ac86fe4

Browse files
committed
Update README with Debian 10 and Python 3.12
1 parent e08147c commit ac86fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ packages as well as other bulky files (e.g. documentation).
1313

1414
## Usage
1515

16-
Given a Debian version `X` (from 4 to 9), you can run an interactive
16+
Given a Debian version `X` (from 4 to 10), you can run an interactive
1717
session as follows:
1818
```sh
1919
docker run --rm -it tinybases/debian:X
2020
```
2121

22-
Given a Python version `X.Y` (from 2.6 to 3.11) and a Debian version `Z`
23-
(from 4 to 9), you can run an interactive session as follows:
22+
Given a Python version `X.Y` (from 2.6 to 3.12) and a Debian version `Z`
23+
(from 4 to 10), you can run an interactive session as follows:
2424
```sh
2525
docker run --rm -it pylegacy/python:X.Y-debian-Z
2626
```

0 commit comments

Comments
 (0)