Skip to content

Commit d752290

Browse files
authored
blurb: Drop support for EOL Python 3.7 (#521)
1 parent 6784c8e commit d752290

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build_ubuntu:
77
strategy:
88
matrix:
9-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
9+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1010
name: ${{ matrix.python-version }}
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
cache: pip

blurb/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

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)