Skip to content

Commit 052f7a5

Browse files
committed
Release 0.13.14
1 parent 454db7b commit 052f7a5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
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

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)