Skip to content

Commit

Permalink
⬆️ Drop py37 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Aug 14, 2023
1 parent 5321d5c commit b077651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers =
project_urls =
Bug Tracker = https://github.com/klieret/meetup-matcher/issues
Source Code = https://github.com/klieret/meetup-matcher
python_requires = >=3.7
python_requires = >=3.8

[options]
packages = find:
Expand Down

0 comments on commit b077651

Please sign in to comment.