Skip to content

Python 3.10+ Compatibility#1

Merged
DJStompZone merged 2 commits intomasterfrom
collections-3.10-patch
Jun 7, 2024
Merged

Python 3.10+ Compatibility#1
DJStompZone merged 2 commits intomasterfrom
collections-3.10-patch

Conversation

@DJStompZone
Copy link
Owner

Summary

Made a small adjustment to py3k_compat to allow pyreadline to be imported without issue on Python versions 3.10 or greater.

Details

  • Updated compatibility checks and imports to ensure smooth functionality for Python 3.10+.
  • Applied necessary modifications to maintain backward compatibility with older Python versions.

Issues Fixed

Testing

  • Tested on Python 3.12 to verify import functionality.
  • Confirmed that the changes do not affect older Python versions.

Fix the error encountered while importing collections.Callable on 3.10+
Ensure compatibility with Python 2 and Python 3.10+
@DJStompZone DJStompZone merged commit d8cff23 into master Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant