Skip to content

Commit

Permalink
Bump to Python 3.8 baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Feb 5, 2024
1 parent ed22a71 commit 13e1f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sources/reference/tutorials/containerising.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ own needs:
[dockerhub]: https://hub.docker.com/r/chaostoolkit/chaostoolkit

* `chaostoolkit/chaostoolkit` which is tagged `latest` and per new releases
version. It's based on Python 3.7 Alpine base image. So it's not suitable
version. It's based on Python 3.11 Alpine base image. So it's not suitable
for every configuration when you need specific software in your image
* `chaostoolkit/chaostoolkit:basic` is based on Python 3.10 Debian Bullseye base
* `chaostoolkit/chaostoolkit:basic` is based on Python 3.11 Debian Bullseye base
image. It only contains Chaos Toolkit as per the previous image but is based
on Debian with a more recent Python version
* `chaostoolkit/chaostoolkit:full` is based on Python 3.10 Debian Bullseye base
* `chaostoolkit/chaostoolkit:full` is based on Python 3.11 Debian Bullseye base
image. It contains Chaos Toolkit and a list of extensions and is based
on Debian with a more recent Python version

Expand Down
2 changes: 1 addition & 1 deletion sources/reference/usage/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Python Requirements

The [chaostoolkit CLI][cli] is implemented in Python 3 and this requires a
working Python installation to run. It officially supports Python 3.7+. It has
working Python installation to run. It officially supports Python 3.8+. It has
only been tested against [CPython][python].

[cli]: https://github.com/chaostoolkit/chaostoolkit
Expand Down

0 comments on commit 13e1f2c

Please sign in to comment.