Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use jnius 1.4 #249

Merged
merged 7 commits into from
Aug 19, 2022
Merged

use jnius 1.4 #249

merged 7 commits into from
Aug 19, 2022

Conversation

cmacdonald
Copy link
Contributor

No description provided.

@cmacdonald
Copy link
Contributor Author

This fixes PyTerrier support for Jnius 1.4. Jnius 1.4 appeared to change some GC behaviour, which caused an error that occasionally appeared on Windows to always occur. I think this fixes the issue.

The benefit of this /should/ be support for Python 3.10.

Questions for consideration during review:

  • should we test python 3.10 in this PR too
  • how should we peg the jnius version: 1.3 -- 1.4? or just >=1.3.0?

@cmacdonald
Copy link
Contributor Author

should we test python 3.10 in this PR too
separate thing.

how should we peg the jnius version: 1.3 -- 1.4? or just >=1.3.0?

my preference is now >=1.4.2. We dont test jnius version in github actions, so lets force to the latest. we may restrict to 1.4.x later.

@cmacdonald cmacdonald merged commit adaa5a9 into master Aug 19, 2022
@cmacdonald cmacdonald deleted the jnius1.4 branch August 19, 2022 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant