Skip to content

Commit

Permalink
Drop Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Nov 8, 2024
1 parent 2955b30 commit 6328fc1
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 201 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ workflows:
matrix:
parameters:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

- Deprecated classmethod `datetime.utcnow`

### Removed

- Python 3.8 support

## [0.12.0] - 2024-02-29

### Added
Expand Down
Loading

0 comments on commit 6328fc1

Please sign in to comment.