Skip to content

Commit

Permalink
BREAKING CHANGE: drop py37 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Sep 25, 2023
1 parent aca2cb6 commit 76dbbb1
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 360 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- "3.10"
- "3.9"
- "3.8"
- "3.7"
steps:
- name: Check out Repo
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### BREAKING CHANGES

- Drops support for Python 3.7. Please upgrade to Python 3.8 or higher.

## [0.19.2] - 2023-07-31

### Bug Fixes
Expand Down
Loading

0 comments on commit 76dbbb1

Please sign in to comment.