Skip to content

Commit 3cb9484

Browse files
authored
Update Python versions in nox session
1 parent e7ed718 commit 3cb9484

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
@@ -12,7 +12,7 @@ def lint(session: nox.Session) -> None:
1212
session.run("mypy", *LINT_PATHS)
1313

1414

15-
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.10"])
15+
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3"])
1616
def test(session: nox.Session) -> None:
1717
session.install(".", "-r", "test-requirements.txt")
1818
session.run(

0 commit comments

Comments
 (0)