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 supported? #1

Open
joergwa opened this issue Feb 28, 2024 · 0 comments
Open

Python 3.8 supported? #1

joergwa opened this issue Feb 28, 2024 · 0 comments

Comments

@joergwa
Copy link

joergwa commented Feb 28, 2024

import data_utils.defaults as defaults
Traceback (most recent call last):
File "", line 1, in
File "/root/data-utils/data_utils/defaults.py", line 4, in
from data_utils.data import Basic_Value, Basic_Value_Not_None
File "/root/data-utils/data_utils/data.py", line 10, in
Basic_Value_Not_None = str | int | float
TypeError: unsupported operand type(s) for |: 'type' and 'type'

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