Skip to content

Commit

Permalink
Merge pull request #404 from chezou/py313-jpype
Browse files Browse the repository at this point in the history
Add test for Python 3.13 with jpype
  • Loading branch information
chezou authored Dec 4, 2024
2 parents e6220ff + 2d239b1 commit 93b07ba
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 @@ -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):
Expand Down

0 comments on commit 93b07ba

Please sign in to comment.