Skip to content

Conversation

BlessedDev
Copy link
Contributor

@BlessedDev BlessedDev commented Oct 3, 2025

This PR upgrades notifications-utils to Python 3.13.

Python 3.13 brings changes to the behaviour of locals() which necessitated a compensatory change to get_remote_version()

 locals() has been optimised and it's functionality more stricly defined in Python 3.13.
 Hence it can no longer be used for the purposes of this function. A dict is now being explicitly declared.
@BlessedDev BlessedDev force-pushed the upgrade_to_python313 branch from 46ee50e to bce4d82 Compare October 6, 2025 11:00
@BlessedDev BlessedDev requested review from quis and rparke October 6, 2025 11:07
@BlessedDev BlessedDev marked this pull request as ready for review October 6, 2025 11:07
@BlessedDev BlessedDev merged commit b020163 into main Oct 6, 2025
2 checks passed
@BlessedDev BlessedDev deleted the upgrade_to_python313 branch October 6, 2025 11:32
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