Skip to content

Commit be7ac65

Browse files
authored
Enable Python 3.12 compatibility through dependency-based updates (#174)
* attempting 3.12 with duckdb 0.10.1 * update project deps * update gh actions testing * expand duckdb deps versions * modify the joins sql for testing * linting * remove testing branch
1 parent 8175444 commit be7ac65

File tree

4 files changed

+203
-101
lines changed

4 files changed

+203
-101
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
# matrixed execution for parallel gh-action performance increases
18-
python_version: ["3.8", "3.9", "3.10", "3.11"]
18+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919
os: [ubuntu-latest, macos-latest]
2020
runs-on: ${{ matrix.os }}
2121
env:

0 commit comments

Comments
 (0)