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

Ensure type hints are compatible with Python 3.9 #39

Open
elichad opened this issue Jan 7, 2025 · 0 comments
Open

Ensure type hints are compatible with Python 3.9 #39

elichad opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@elichad
Copy link
Collaborator

elichad commented Jan 7, 2025

This seems to have been missed in the tests somehow - the | annotation for type hints isn't supported until Python 3.10.

Affects conda-forge/rocrate-inveniordm-feedstock#2.

Include from __future__ import annotations at the top of relevant files to resolve.

@elichad elichad self-assigned this Jan 7, 2025
@elichad elichad added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant