Skip to content

Commit cd13690

Browse files
authored
build(python): add python 3.12 compatibility (#475)
1 parent 6a8bb47 commit cd13690

File tree

3 files changed

+275
-210
lines changed

3 files changed

+275
-210
lines changed

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
os:
8888
- macos-13
8989
- ubuntu-22.04
90-
python-version: ["3.9", "3.10", "3.11"]
90+
python-version: ["3.9", "3.10", "3.11", "3.12"]
9191
runs-on: ${{ matrix.os }}
9292
env:
9393
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)