Skip to content

Commit

Permalink
Require Python 3.9 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 27, 2022
1 parent c7a0621 commit 27e4b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python:
- "3.7"
- "3.9"
- "3.10"
- "3.11"
# Workaround for actions/setup-python#508
Expand Down
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.9
install_requires =
jaraco.ui
jaraco.context
Expand Down

0 comments on commit 27e4b7c

Please sign in to comment.