Skip to content

Commit

Permalink
Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Feb 20, 2024
1 parent 804c358 commit 561235f
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 519 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
include:
- os: "macos-latest"
python-version: "3.11"
python-version: "3.12"
- os: "windows-latest"
python-version: "3.11"
python-version: "3.12"
defaults:
run:
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Development
***********

- support Python 3.12

0.4.1 (2023-11-21)
******************

Expand Down
Loading

0 comments on commit 561235f

Please sign in to comment.