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 17, 2024
1 parent b573ffe commit 8dd0525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8dd0525

Please sign in to comment.