Skip to content

Commit

Permalink
Drop support for Python 3.7 (EoL)
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 4, 2023
1 parent 7dd9234 commit 95017a8
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/source-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8

- name: Install dependencies
run: |
Expand Down
Loading

0 comments on commit 95017a8

Please sign in to comment.