From 2d239b17e49ae785950b80ff0366c2448ed589bf Mon Sep 17 00:00:00 2001 From: Aki Ariga Date: Tue, 3 Dec 2024 19:55:45 -0800 Subject: [PATCH] Add test for Python 3.13 with jpype --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index b958009..8ffc321 100644 --- a/noxfile.py +++ b/noxfile.py @@ -24,8 +24,8 @@ def lint(session): ("3.10", True), ("3.11", True), ("3.12", True), - ("3.13", False), # jpype does not support Python 3.13 yet - # ("3.13", True), + ("3.13", False), + ("3.13", True), ], ) def tests(session, jpype):