diff --git a/index.html b/index.html index 072699b..273e6cf 100644 --- a/index.html +++ b/index.html @@ -16,14 +16,17 @@

from other famous build tools like Apache Maven and Gradle.

- PyBuilder runs on Python 3.6 to 3.11 and PyPy. + PyBuilder runs on Python 3.7 to 3.12 and PyPy. Every commit is tested via GitHub Actions - on CPython 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy on Linux, MacOS + on CPython 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and PyPy on Linux, MacOS (with and without Homebrew) and Windows.

- v0.12.x still supports Python 2.7, and 3.5 but is no longer maintained, except for critical fixes. + v0.13.6 is the last version supporting Python 3.6. +

+

+ v0.12.x still supports Python 2.7, and 3.5 but is no longer maintained.

v0.11.x still supports Python 2.6, 3.3 and 3.4 but is no longer maintained.