Skip to content

Commit e10e86a

Browse files
committed
build: add duckdb 1.3.2 to test matrix
1 parent 65aa70a commit e10e86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def group(title: str) -> Generator[None, None, None]:
2424
# TODO: "0.5.1", "0.6.1", "0.7.1", "0.8.1"
2525
# TODO: 3.11, 3.12, 3.13
2626
@nox.session(py=["3.9", "3.10"])
27-
@nox.parametrize("duckdb", ["0.9.2", "1.0.0", "1.2.2"])
27+
@nox.parametrize("duckdb", ["0.9.2", "1.0.0", "1.2.2", "1.3.2"])
2828
@nox.parametrize("sqlalchemy", ["1.3", "1.4", "2.0.35"])
2929
def tests(session: nox.Session, duckdb: str, sqlalchemy: str) -> None:
3030
tests_core(session, duckdb, sqlalchemy)

0 commit comments

Comments
 (0)