Skip to content

Commit 0e173ed

Browse files
authored
Release 0.13.14 (#93)
* Release 0.13.14 * Fix broken link
1 parent 454db7b commit 0e173ed

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

articles/_release-notes/v0.13.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ list_title: Versions 0.13.x
66

77
# Release Notes - Versions 0.13.x
88

9+
## Version 0.13.14
10+
11+
### New Features
12+
* Python 3.13 support
13+
* Fix CVE-2024-53899 in bundled VirtualEnv
14+
915
## Version 0.13.3
1016

1117
### New Features

documentation/examples.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ See [build.py](https://github.com/pyclectic/pyfix/blob/master/build.py)
2929

3030
## [yadtshell](https://github.com/yadt/yadtshell)
3131

32-
[YADT - an Augmented Deployment Tool - The Shell Part](http://www.yadt-project.org/)
33-
3432
This project uses a [custom task](/documentation/manual.html#writing-tasks) to generate manpages and several *PyBuilder* features to deliver them.
3533
See [build.py](https://github.com/yadt/yadtshell/blob/master/build.py)
3634

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ <h1>
1616
from other famous build tools like <em>Apache Maven</em> and <em>Gradle</em>.
1717
</p>
1818
<p>
19-
<em>PyBuilder</em> runs on Python <strong>3.7 to 3.12 and PyPy</strong>.
19+
<em>PyBuilder</em> runs on Python <strong>3.9 to 3.13 and PyPy</strong>.
2020
Every commit is tested via
2121
<a href="https://github.com/pybuilder/pybuilder/actions/workflows/pybuilder.yml">GitHub Actions</a>
22-
on CPython 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and PyPy on Linux, MacOS
22+
on CPython 3.9, 3.10, 3.11, 3.12, 3.13 and PyPy on Linux, MacOS
2323
(with and without Homebrew) and Windows.
2424
</p>
25+
<p>
26+
<small>v0.13.13 is the last version supporting Python 3.8.</small>
27+
</p>
28+
<p>
29+
<small>v0.13.10 is the last version supporting Python 3.7.</small>
30+
</p>
2531
<p>
2632
<small>v0.13.6 is the last version supporting Python 3.6.</small>
2733
</p>

0 commit comments

Comments
 (0)