-
Notifications
You must be signed in to change notification settings - Fork 111
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
[CLIENT-2992] Add Python 3.13 support #629
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #629 +/- ##
=======================================
Coverage 80.79% 80.79%
=======================================
Files 102 102
Lines 15173 15173
=======================================
Hits 12259 12259
Misses 2914 2914 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
08c9556
to
1aefe3b
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.
changes look good
Stage tests are passing except noise
Build artifacts is passing
Issue https://github.com/aerospike/aerospike-client-python/actions/runs/11900398951/job/33161504592
3.13 tests are complaining about
PyObject_HasAttrString()
ignoring an exception being raised during it's call, and are recommending to replace them with newer API calls, but this behavior has always existed. We can address this in a future PRQE builds work with 3.13 now