Skip to content

Commit dc1eb0c

Browse files
authored
Prepare for release 23.6.0 (#408)
3.7 is now end-of-life, so I think we're good to go here. (Marking as draft because I'd like it if #407 could get in.)
1 parent 5f7e937 commit dc1eb0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 23.6.0
44

55
Features:
66
* Support Python 3.12
@@ -35,7 +35,7 @@ Bugfixes:
3535
constraints. This bug has now been fixed.
3636

3737
Other changes:
38-
* flake8-pyi no longer supports being run on Python 3.7.
38+
* flake8-pyi no longer supports being run on Python 3.7, which has reached its end of life.
3939
* flake8-pyi no longer supports being run with flake8 <v6.
4040

4141
## 23.5.0

pyi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def unparse(node: ast.AST) -> str:
3737
# and mypy thinks typing_extensions is part of the stdlib.
3838
from typing_extensions import Literal, TypeAlias, TypeGuard
3939

40-
__version__ = "23.5.0"
40+
__version__ = "23.6.0"
4141

4242
LOG = logging.getLogger("flake8.pyi")
4343

0 commit comments

Comments
 (0)