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

Python 3.8: TypeError: 'type' object is not subscriptable #43

Open
zmughal opened this issue Sep 30, 2024 · 0 comments
Open

Python 3.8: TypeError: 'type' object is not subscriptable #43

zmughal opened this issue Sep 30, 2024 · 0 comments

Comments

@zmughal
Copy link
Contributor

zmughal commented Sep 30, 2024

Currently the line

def _expand_outdir(self, remote_url, path : Path) -> list[dict]:

uses list[dist] which gives the error

TypeError: 'type' object is not subscriptable

which can be fixed via https://stackoverflow.com/questions/63460126/typeerror-type-object-is-not-subscriptable-in-a-function-signature.


A long-term goal should be to add a CI run for a minimum supported version of Python.

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

No branches or pull requests

1 participant