Skip to content

Commit

Permalink
Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Mar 4, 2024
1 parent 2d71457 commit 4594a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add `EnabledMixin`, `EnabledNoMixin`
* Add `UpdateFromDictMixin`
* Document `UpdatedAtMixin`’s compatibility with Postgres (#1)
* Add official support for 3.12

## 0.1.0 (2023/03/30)

Expand Down

0 comments on commit 4594a3e

Please sign in to comment.