Skip to content

Commit b9ffbd4

Browse files
committed
🔧 enable 3.14t nox mypyc session
1 parent 7386923 commit b9ffbd4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def test(session: nox.Session) -> None:
5858
test_impl(session)
5959

6060

61-
@nox.session(python=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"])
61+
@nox.session(
62+
python=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
63+
)
6264
def test_mypyc(session: nox.Session) -> None:
6365
test_impl(session, True)
6466

0 commit comments

Comments
 (0)