Skip to content

Commit df87818

Browse files
authored
Update links and versions (#82)
Python updated to 3.11 Update GitHub actions link Update Gitter link
1 parent ddf8528 commit df87818

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

documentation/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ This task can be used to generate a PyCharm project files in the project root di
10851085

10861086
### Visual feedback for tests
10871087
The `python.pytddmon` plugin provides the task `pytddmon` which will start a graphical application that gives real-time feedback about passing or failing unit tests.
1088-
Please [see the pytddmon page](http://pytddmon.org/) for more information about pytddmon.
1088+
Please see the pytddmon page (http://pytddmon.org/ broken link) for more information about pytddmon.
10891089

10901090
## Additional project structure
10911091

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <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.10 and PyPy</strong>.
19+
<em>PyBuilder</em> runs on Python <strong>3.6 to 3.11 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 and PyPy on Linux, MacOS
22+
on CPython 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy on Linux, MacOS
2323
(with and without Homebrew) and Windows.
2424
</p>
2525
<p>
@@ -43,11 +43,11 @@ <h1>
4343
<a href="https://twitter.com/intent/follow?screen_name=pybuilder_">
4444
<img src="https://img.shields.io/twitter/follow/pybuilder_?label=Follow%20PyBuilder&style=social"
4545
loading="lazy" alt="Follow PyBuilder on Twitter"/></a>
46-
<a href="https://gitter.im/pybuilder/pybuilder">
46+
<a href="https://app.gitter.im/#/room/#pybuilder_pybuilder:gitter.im">
4747
<img src="https://img.shields.io/gitter/room/pybuilder/pybuilder?logo=gitter"
4848
loading="lazy" alt="PyBuilder Gitter Room"/></a>
4949
<a href="https://github.com/pybuilder/pybuilder/actions/workflows/pybuilder.yml">
50-
<img src="https://img.shields.io/github/workflow/status/pybuilder/pybuilder/pybuilder/master"
50+
<img src="https://img.shields.io/github/actions/workflow/status/pybuilder/pybuilder/pybuilder.yml?branch=master"
5151
loading="lazy" alt="PyBuilder GitHub Actions Build Status"/></a>
5252
<a href="https://coveralls.io/github/pybuilder/pybuilder">
5353
<img src="https://img.shields.io/coveralls/github/pybuilder/pybuilder/master?logo=coveralls"

0 commit comments

Comments
 (0)