Skip to content

Commit

Permalink
build(python): add python 3.12 compatibility (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Nov 6, 2024
1 parent 6a8bb47 commit cd13690
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
os:
- macos-13
- ubuntu-22.04
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit cd13690

Please sign in to comment.