From c7adfc67575408e82d17d46828e736f2594d14ec Mon Sep 17 00:00:00 2001
From: Arcadiy Ivanov
Date: Thu, 2 Mar 2023 19:42:33 -0500
Subject: [PATCH] Update links and versions
Python updated to 3.11
Update GitHub actions link
Update Gitter link
---
documentation/plugins.md | 2 +-
index.html | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/documentation/plugins.md b/documentation/plugins.md
index 511aa95..17f0488 100644
--- a/documentation/plugins.md
+++ b/documentation/plugins.md
@@ -1085,7 +1085,7 @@ This task can be used to generate a PyCharm project files in the project root di
### Visual feedback for tests
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.
-Please [see the pytddmon page](http://pytddmon.org/) for more information about pytddmon.
+Please see the pytddmon page (http://pytddmon.org/ broken link) for more information about pytddmon.
## Additional project structure
diff --git a/index.html b/index.html
index 929dc67..33f7720 100644
--- a/index.html
+++ b/index.html
@@ -16,10 +16,10 @@
from other famous build tools like Apache Maven and Gradle.
- PyBuilder runs on Python 3.6 to 3.10 and PyPy.
+ PyBuilder runs on Python 3.6 to 3.11 and PyPy.
Every commit is tested via
GitHub Actions
- on CPython 3.6, 3.7, 3.8, 3.9, 3.10 and PyPy on Linux, MacOS
+ on CPython 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy on Linux, MacOS
(with and without Homebrew) and Windows.
@@ -43,11 +43,11 @@