-
Notifications
You must be signed in to change notification settings - Fork 35
Fix packaging #395
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
Fix packaging #395
Conversation
35e2517 to
978b5c4
Compare
Coverage Report
Files without new missing coverage
274 files skipped due to complete coverage. Coverage success: total of 98.13% is above 98.12% 🎉 |
2c7b904 to
a2cf34b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
|



Description
edsnlp.packagenow correctly detect if a project uses an old-style poetry pyproject or a PEP621 pyproject.toml.Additionally, fix some typing and pydantic related errors and warnings, and test for py311, py312 and py313.
Checklist