Skip to content

Commit 43a7cbe

Browse files
authored
Merge branch 'main' into uv
2 parents fcfb29a + 5e3b6f9 commit 43a7cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def tests(session: nox.Session, duckdb: str, sqlalchemy: str) -> None:
3636
tests_core(session, duckdb, sqlalchemy)
3737

3838

39-
@nox.session(py=["3.8"])
39+
@nox.session(py=["3.9"])
4040
def nightly(session: nox.Session) -> None:
4141
session.skip("DuckDB nightly installs are broken right now")
4242
tests_core(session, "master", "1.4")
@@ -73,7 +73,7 @@ def uv_sync(session: nox.Session) -> None:
7373
session.run("uv", "sync", "--verbose", silent=False)
7474

7575

76-
@nox.session(py=["3.8"])
76+
@nox.session(py=["3.9"])
7777
def mypy(session: nox.Session) -> None:
7878
session.skip("We need to fix the mypy issues before running it")
7979
uv_sync(session)

0 commit comments

Comments
 (0)