From 7ee21744a46e491fc91f4a4a46048c346ef14cef Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Mon, 14 Aug 2023 22:50:29 -0400 Subject: [PATCH] Update Python versions supported --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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.