Skip to content

Commit 592365b

Browse files
authored
blurb: Drop support for EOL Python 3.7 (#521)
1 parent d4b7d53 commit 592365b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and automatically uses the correct file paths.
2525

2626
You can install **blurb** from PyPI using ``pip``. Alternatively,
2727
simply add ``blurb`` to a directory on your path.
28-
**blurb**'s only dependency is Python 3.7+.
28+
**blurb**'s only dependency is Python 3.8+.
2929

3030

3131
Files used by blurb

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author-email = "[email protected]"
99
maintainer = "Python Core Developers"
1010
maintainer-email = "[email protected]"
1111
home-page = "https://github.com/python/core-workflow/tree/main/blurb"
12-
requires-python = ">=3.7"
12+
requires-python = ">=3.8"
1313
description-file = "README.rst"
1414
classifiers = [
1515
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)