Skip to content

Commit

Permalink
Add Python 3.12 test with jpype
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed Mar 16, 2024
1 parent e8036b7 commit 301da37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def lint(session):
("3.10", True),
("3.11", True),
("3.12", False),
("3.12", True),
],
)
def tests(session, jpype):
Expand Down

0 comments on commit 301da37

Please sign in to comment.