There was an error while loading. Please reload this page.
1 parent 7386923 commit b9ffbd4Copy full SHA for b9ffbd4
1 file changed
noxfile.py
@@ -58,7 +58,9 @@ def test(session: nox.Session) -> None:
58
test_impl(session)
59
60
61
-@nox.session(python=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"])
+@nox.session(
62
+ python=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
63
+)
64
def test_mypyc(session: nox.Session) -> None:
65
test_impl(session, True)
66
0 commit comments