Skip to content

Commit adbc099

Browse files
committed
feat(ndb): Update Nox sessions to remove old versions
1 parent d158d2a commit adbc099

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/google-cloud-ndb/noxfile.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
LOCAL_DEPS = ("google-api-core", "google-cloud-core")
3030
NOX_DIR = os.path.abspath(os.path.dirname(__file__))
3131
DEFAULT_INTERPRETER = "3.14"
32-
ALL_INTERPRETERS = ("3.9", "3.10", "3.11", "3.12", "3.13", "3.14")
32+
ALL_INTERPRETERS = ("3.10", "3.11", "3.12", "3.13", "3.14")
3333
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
3434

3535
BLACK_VERSION = "black[jupyter]==23.7.0"
@@ -47,7 +47,6 @@
4747

4848
nox.options.sessions = [
4949
"prerelease_deps",
50-
"unit-3.9",
5150
"unit-3.10",
5251
"unit-3.11",
5352
"unit-3.12",
@@ -359,7 +358,7 @@ def docfx(session):
359358
)
360359

361360

362-
@nox.session(py="3.9")
361+
@nox.session(py="3.10")
363362
def doctest(session):
364363
# Install all dependencies.
365364
session.install(

0 commit comments

Comments
 (0)