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/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) diff --git a/index.html b/index.html index 2ada2a8..ebc4e88 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,18 @@
- 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.