diff --git a/noxfile.py b/noxfile.py index 4b9bb4f..27865f8 100644 --- a/noxfile.py +++ b/noxfile.py @@ -27,8 +27,8 @@ def lint(session): ("3.10", True), ("3.11", True), ("3.12", True), - ("3.13", False), - ("3.13", True), + ("3.13", False), # jpype does not support Python 3.13 yet + # ("3.13", True), ], ) def tests(session, jpype):