Skip to content

Commit

Permalink
drop support for Python 3.7 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Apr 13, 2024
2 parents 1e9550e + f02e32d commit 53efacd
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 @@ -3,6 +3,7 @@ Version 2.2.0

Unreleased

- Drop support for Python 3.7. :pr:`372`
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
:pr:`326`
- Use ``flit_core`` instead of ``setuptools`` as build backend.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python",
"Typing :: Typed",
]
requires-python = ">=3.7"
requires-python = ">=3.8"

[project.urls]
Donate = "https://palletsprojects.com/donate"
Expand Down

0 comments on commit 53efacd

Please sign in to comment.