Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions articles/_release-notes/v0.13.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions documentation/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ <h1>
from other famous build tools like <em>Apache Maven</em> and <em>Gradle</em>.
</p>
<p>
<em>PyBuilder</em> runs on Python <strong>3.7 to 3.12 and PyPy</strong>.
<em>PyBuilder</em> runs on Python <strong>3.9 to 3.13 and PyPy</strong>.
Every commit is tested via
<a href="https://github.com/pybuilder/pybuilder/actions/workflows/pybuilder.yml">GitHub Actions</a>
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.
</p>
<p>
<small>v0.13.13 is the last version supporting Python 3.8.</small>
</p>
<p>
<small>v0.13.10 is the last version supporting Python 3.7.</small>
</p>
<p>
<small>v0.13.6 is the last version supporting Python 3.6.</small>
</p>
Expand Down
Loading