From 9767ed00b3ff13516305a7db2b23cac312de0d56 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Tue, 30 Sep 2025 20:00:39 +0300 Subject: [PATCH] doc --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0192daa4..e8e6a0bf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ It will in ./corpusops/corpusops.bootstrap: | corpusops.bootstrap | roles branch | supported python version | bundled ansible branch | ansible requirements | docker tags | | ------------------- | ------------------ | ------------------------ | ------------------------- | ----------------------- | ----------- | -| `3.0` | 2.0 | **>=python-3.9** | **2.14** | `>= 2.10` | `corpusops/ubuntu:latest`, `corpusops/ubuntu:22.04-2.14`, `corpusops/ubuntu:20.04-2.14`, | | `2.0` | 2.0 | **python-3** | **2.10** | `2.9,2.10` | `corpusops/ubuntu:22.04-2.10`, `corpusops/ubuntu:20.04-2.10`, `corpusops/ubuntu:18.04-2.10`, `corpusops/ubuntu:22.04-2.9`, `corpusops/ubuntu:20.04-2.9`, `corpusops/ubuntu:18.04-2.9` | | `master` | master | **python-2.8** | **2.7** | `2.5, 2.7` | `corpusops/ubuntu:20.04-2.7`, `corpusops/ubuntu:18.04-2.7` |