Skip to content

Added Python 3.13 support #295

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

D3vil0p3r
Copy link

Description of Changes

Fixes #294.

Please note any noqa: comments needed to appease flake8.

Major Changes Implemented:

  • Added Python 3.13 support

In Python 3.13, loader.find_module() no longer exists, which causes the AttributeError so it has been replaced by importlib.

Pre-Merge Tasks

  • Formatted all modified files w/ python-black
  • Sorted imports for modified files w/ isort
  • Ran flake8 on repo, and fixed any new problems w/ modified files
  • Ran pytest test cases
  • Added brief summary of updates to CHANGELOG (under [Unreleased])

For issues with pre-merge tasks, see CONTRIBUTING.md

@D3vil0p3r D3vil0p3r marked this pull request as ready for review April 3, 2025 20:14
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.

Temporary Solution for Python Version Beyond 3.11
1 participant