Skip to content

Commit 93b07ba

Browse files
authored
Merge pull request #404 from chezou/py313-jpype
Add test for Python 3.13 with jpype
2 parents e6220ff + 2d239b1 commit 93b07ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def lint(session):
2424
("3.10", True),
2525
("3.11", True),
2626
("3.12", True),
27-
("3.13", False), # jpype does not support Python 3.13 yet
28-
# ("3.13", True),
27+
("3.13", False),
28+
("3.13", True),
2929
],
3030
)
3131
def tests(session, jpype):

0 commit comments

Comments
 (0)