-
-
Notifications
You must be signed in to change notification settings - Fork 7
add tests for 3.14 to ci #158
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
Conversation
|
I don't think I've fully figured out how the dependencies for the tests are installed here |
Maybe upgrade the |
rather, it's about uv.lock, I haven't figured it out yet |
The update to the requirements is solely for testing purposes. The version of pydantic that pydantic-client depends on does not support Python 3.14. Therefore, during the CI build process, we first use uv sync to set up the project environment. If we want to support Python 3.14, the version of pydantic that the project itself depends on must also be updated. BTW, remove |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #158 +/- ##
==========================================
+ Coverage 89.45% 89.90% +0.45%
==========================================
Files 8 8
Lines 493 515 +22
==========================================
+ Hits 441 463 +22
Misses 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I do not know why, but some of the dependencies on windows in CI do not install the latest versions, although I check manually on windows and there are no problems https://github.com/ponytailer/pydantic-client/actions/runs/19913293823/job/57086658651
if I delete them, then |
No description provided.