Skip to content

Commit

Permalink
Drop python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Mar 18, 2024
1 parent 22c2d90 commit bd7e5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Added
Removed
~~~~~~~~~~
- Remove null session in favour of specific exception messages.
- Drop support for Python 3.7 which is EOL and precludes use of msgspec.
- Deprecate pickle. It is still available to read existing sessions, but will be removed in 1.0.0. All sessions will convert to msgspec upon first interaction with 0.1.0.
- Deprecate ``SESSION_USE_SIGNER``.
- Deprecate :class:`flask_session.filesystem.FileSystemSessionInterface` in favor of the broader :class:`flask_session.cachelib.CacheLibSessionInterface`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Software Development :: Libraries :: Application Frameworks",
]
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"flask>=2.2",
"msgspec>=0.18.6",
Expand Down

0 comments on commit bd7e5b0

Please sign in to comment.