From 301da37b318144bbcebc271cd5680882283ef8be Mon Sep 17 00:00:00 2001 From: Aki Ariga Date: Sat, 16 Mar 2024 11:34:22 -0700 Subject: [PATCH] Add Python 3.12 test with jpype --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 8622224..6fcb49d 100644 --- a/noxfile.py +++ b/noxfile.py @@ -28,6 +28,7 @@ def lint(session): ("3.10", True), ("3.11", True), ("3.12", False), + ("3.12", True), ], ) def tests(session, jpype):