Skip to content

Commit

Permalink
Add Python 3.12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
knyghty committed Oct 10, 2023
1 parent 5081942 commit cad004c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
django-version:
- "3.2" # LTS
- "4.1"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Added
- Support for Python 3.12

## [0.11.5] - 2023-08-11
### Added
- Fix exception traceback on Python 3.8
Expand Down

0 comments on commit cad004c

Please sign in to comment.