Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d752290

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

File tree

3 files changed

+5
-5
lines changed
Filter options

3 files changed

+5
-5
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+3-3Lines 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

Copy file name to clipboardExpand all lines: blurb/README.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: blurb/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author-email = "larry@hastings.org"
99
maintainer = "Python Core Developers"
1010
maintainer-email = "core-workflow@mail.python.org"
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.