Skip to content

Commit

Permalink
Require Python 3.8 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 21, 2023
1 parent d28537c commit 5d0041c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
python:
- "3.7"
- "3.8"
- "3.11"
- "3.12"
# Workaround for actions/setup-python#508
Expand All @@ -53,8 +53,6 @@ jobs:
- macos-latest
- windows-latest
include:
- python: "3.8"
platform: ubuntu-latest
- python: "3.9"
platform: ubuntu-latest
- python: "3.10"
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+drop-py37.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Require Python 3.8 or later.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
[options]
packages = find_namespace:
include_package_data = true
python_requires = >=3.7
python_requires = >=3.8
install_requires =

[options.packages.find]
Expand Down

0 comments on commit 5d0041c

Please sign in to comment.