src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

branch
eric7
changeset 10164
b2fbf59d889f
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py	Mon Aug 28 16:28:57 2023 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py	Mon Aug 28 17:35:11 2023 +0200
@@ -31,9 +31,20 @@
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 """
 
-__version__ = "3.0.1"
+__version__ = "3.1.0"
 
 """ News
+3.1.0 (2023-07-29)
+
+- Drop support for EOL python 3.6 / 3.7
+- Remove ``ContinueInFinally`` check (only relevant in python < 3.8)
+- Fix forward annotations inside a nested scope
+- Produce an error when a definition shadows an unused variable
+- Fix accessed global annotation being redefined in a local scope
+- Allow redefinition of functions across ``match`` arms
+- Fix potential ``None`` for ``lineno`` during tokenization errors
+- Add support for PEP 695 and python 3.12
+
 3.0.1 (2022-11-24)
 
 - Fix crash on augmented assign to ``print`` builtin

eric ide

mercurial