Skip to content

Commit

Permalink
Require Python 3.7 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 25, 2021
1 parent aae281a commit 0019b0a
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.6
- 3.7
- 3.9
- "3.10"
platform:
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.6
python_requires = >=3.7
install_requires =

[options.packages.find]
Expand Down

0 comments on commit 0019b0a

Please sign in to comment.