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

Fix textual CLI not working, drop Python 3.7. #28

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

darrenburns
Copy link
Member

The textual CLI tool didn't work because importlib_metadata wasn't in the dependencies.

It must have worked coincidentally before, since that was specified in Textual's own dependencies until recently.

Drop Python 3.7 support, update to use importlib.metadata module from 3.8+.

… 3.8+. Also fixes the missing importlib_metadata backport dependency being missing.
@willmcgugan
Copy link
Contributor

Can you bump the version in this PR and I'll do a release.

@darrenburns
Copy link
Member Author

@willmcgugan Bumped to 1.3.0

@willmcgugan
Copy link
Contributor

Ta

@willmcgugan willmcgugan merged commit 6b350c9 into main Dec 19, 2023
16 checks passed
@willmcgugan willmcgugan deleted the fix-textual-command-not-working branch December 19, 2023 11:53
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.

3 participants