Skip to content

Commit

Permalink
Remove jpype from Python 3.13 test
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed Oct 16, 2024
1 parent b573ffe commit 64a3e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ def lint(session):
("3.9", True),
("3.10", True),
("3.11", True),
("3.12", False),
("3.12", True),
("3.13", False),
# ("3.13", False), # jpype does not support Python 3.13 yet
("3.13", True),
],
)
Expand Down

0 comments on commit 64a3e9c

Please sign in to comment.