Skip to content

Commit

Permalink
Enable Python 3.12 compatibility through dependency-based updates (#174)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
d33bs authored Mar 26, 2024
1 parent 8175444 commit be7ac65
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# matrixed execution for parallel gh-action performance increases
python_version: ["3.8", "3.9", "3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
Loading

0 comments on commit be7ac65

Please sign in to comment.