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 19, 2023
1 parent 241541c commit 133c5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 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
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 133c5e6

Please sign in to comment.