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

Compatibility with Python 3.12 #4

Merged
merged 3 commits into from
Nov 3, 2023
Merged

Compatibility with Python 3.12 #4

merged 3 commits into from
Nov 3, 2023

Conversation

denehoffman
Copy link
Contributor

This project won't work in 3.12 due to the dependency on distutils which was deprecated in 3.10 and removed in 3.12. The recommended replacement for distutils.version.StrictVersion is packaging.version.parse.

Additionally, this adds a patched version for aiohttp, a dependency of textual-dev (see aio-libs/aiohttp#7646), which works with Python 3.12.

@ggozad
Copy link
Owner

ggozad commented Nov 3, 2023

Nathaniel, thank you so much! I wasn't paying enough attention...

@ggozad ggozad merged commit 46f868d into ggozad:main Nov 3, 2023
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