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

Add Pyhon 3.13 CI #587

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Add Pyhon 3.13 CI #587

wants to merge 28 commits into from

Conversation

waahm7
Copy link
Contributor

@waahm7 waahm7 commented Aug 22, 2024

  • Adds CI for Python 3.13
  • Updated CD Pipeline to use Python 3.13 stable API due to deprecated function
  • Moves our CI from hard coded creds to temporary creds
  • Fixes some MQTT tests that were relying on hard coded creds in the environment.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

#endif
Py_XDECREF(self);
#if PY_VERSION_HEX >= 0x030D0000 /* Check if Python version is 3.13 or higher */
Py_XDECREF(self);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you end up decreffing it twice in 3.13 branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, one is the original decref that we need to do, and the second decref is for the strong reference that the new API returned.

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.

2 participants