Skip to content

Commit

Permalink
update deps, version bump for rc, support py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton committed Oct 23, 2024
1 parent 1e1910e commit ae86a11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:

windows-wheels:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqloxide"
version = "0.1.48"
version = "0.1.51"
authors = ["Will Eaton <[email protected]>"]
edition = "2021"

Expand All @@ -9,13 +9,13 @@ name = "sqloxide"
crate-type = ["cdylib"]

[dependencies]
pythonize = "0.21.1"
pythonize = "0.22"
serde = "1.0.171"

[dependencies.pyo3]
version = "0.21.2"
version = "0.22"
features = ["extension-module"]

[dependencies.sqlparser]
version = "0.47.0"
version = "0.51.0"
features = ["serde", "visitor"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqloxide"
version = "0.1.48"
version = "0.1.51rc1"
repository = "https://github.com/wseaton/sqloxide"
license = "MIT"
description = "Python bindings for sqlparser-rs"
Expand Down

0 comments on commit ae86a11

Please sign in to comment.