We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08147c commit ac86fe4Copy full SHA for ac86fe4
README.md
@@ -13,14 +13,14 @@ packages as well as other bulky files (e.g. documentation).
13
14
## Usage
15
16
-Given a Debian version `X` (from 4 to 9), you can run an interactive
+Given a Debian version `X` (from 4 to 10), you can run an interactive
17
session as follows:
18
```sh
19
docker run --rm -it tinybases/debian:X
20
```
21
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:
+Given a Python version `X.Y` (from 2.6 to 3.12) and a Debian version `Z`
+(from 4 to 10), you can run an interactive session as follows:
24
25
docker run --rm -it pylegacy/python:X.Y-debian-Z
26
0 commit comments