From 052f7a5909bc05c9b4c0a468d1cbe67b4968c2b6 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Wed, 15 Jan 2025 21:36:09 -0500 Subject: [PATCH 1/2] Release 0.13.14 --- articles/_release-notes/v0.13.x.md | 6 ++++++ index.html | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/articles/_release-notes/v0.13.x.md b/articles/_release-notes/v0.13.x.md index ff1e043..69c094a 100644 --- a/articles/_release-notes/v0.13.x.md +++ b/articles/_release-notes/v0.13.x.md @@ -6,6 +6,12 @@ list_title: Versions 0.13.x # Release Notes - Versions 0.13.x +## Version 0.13.14 + +### New Features +* Python 3.13 support +* Fix CVE-2024-53899 in bundled VirtualEnv + ## Version 0.13.3 ### New Features diff --git a/index.html b/index.html index 2ada2a8..ebc4e88 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,18 @@

from other famous build tools like Apache Maven and Gradle.

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

+

+ v0.13.13 is the last version supporting Python 3.8. +

+

+ v0.13.10 is the last version supporting Python 3.7. +

v0.13.6 is the last version supporting Python 3.6.

From 740a6793007fe7b6182fa22fbd902ce28a50e978 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Wed, 15 Jan 2025 21:48:56 -0500 Subject: [PATCH 2/2] Fix broken link --- documentation/examples.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/examples.md b/documentation/examples.md index 024bfa8..4432353 100644 --- a/documentation/examples.md +++ b/documentation/examples.md @@ -29,8 +29,6 @@ See [build.py](https://github.com/pyclectic/pyfix/blob/master/build.py) ## [yadtshell](https://github.com/yadt/yadtshell) -[YADT - an Augmented Deployment Tool - The Shell Part](http://www.yadt-project.org/) - This project uses a [custom task](/documentation/manual.html#writing-tasks) to generate manpages and several *PyBuilder* features to deliver them. See [build.py](https://github.com/yadt/yadtshell/blob/master/build.py)