We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7e937 commit dc1eb0cCopy full SHA for dc1eb0c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 23.6.0
4
5
Features:
6
* Support Python 3.12
@@ -35,7 +35,7 @@ Bugfixes:
35
constraints. This bug has now been fixed.
36
37
Other changes:
38
-* flake8-pyi no longer supports being run on Python 3.7.
+* flake8-pyi no longer supports being run on Python 3.7, which has reached its end of life.
39
* flake8-pyi no longer supports being run with flake8 <v6.
40
41
## 23.5.0
pyi.py
@@ -37,7 +37,7 @@ def unparse(node: ast.AST) -> str:
# and mypy thinks typing_extensions is part of the stdlib.
from typing_extensions import Literal, TypeAlias, TypeGuard
-__version__ = "23.5.0"
+__version__ = "23.6.0"
42
LOG = logging.getLogger("flake8.pyi")
43
0 commit comments