Skip to content

Commit c23193f

Browse files
authored
Update Python versions supported (#84)
1 parent aec2b86 commit c23193f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ <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.6 to 3.11 and PyPy</strong>.
19+
<em>PyBuilder</em> runs on Python <strong>3.7 to 3.12 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.6, 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy on Linux, MacOS
22+
on CPython 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and PyPy on Linux, MacOS
2323
(with and without Homebrew) and Windows.
2424
</p>
2525
<p>
26-
<small>v0.12.x still supports Python 2.7, and 3.5 but is no longer maintained, except for critical fixes.</small>
26+
<small>v0.13.6 is the last version supporting Python 3.6.</small>
27+
</p>
28+
<p>
29+
<small>v0.12.x still supports Python 2.7, and 3.5 but is no longer maintained.</small>
2730
</p>
2831
<p>
2932
<small>v0.11.x still supports Python 2.6, 3.3 and 3.4 but is no longer maintained.</small>

0 commit comments

Comments
 (0)