Skip to content

Commit d6ffdcb

Browse files
committed
Add Python 3.14 nox session
1 parent 45b0d76 commit d6ffdcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import nox
22

33

4-
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13"])
4+
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"])
55
def tests(session):
66
session.install("-e.", "pytest")
77
session.run("pytest", *session.posargs)

0 commit comments

Comments
 (0)