We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following line 6 does not work under Python 3.9 because the | notation for Union was introduced into Python typing beginning with Python 3.10.
|
Union
typing
policyengine-core/policyengine_core/types/data_types/arrays.py
Lines 1 to 6 in 47f5bdf
I suggest revising setup.py to require Python 3.10, 3.11, or 3.12.
setup.py
The text was updated successfully, but these errors were encountered:
chore: removed python 3.9 support in setup.py
d6cb9fb
fixes: issue PolicyEngine#244
Closed as part of #286.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The following line 6 does not work under Python 3.9 because the
|
notation forUnion
was introduced into Pythontyping
beginning with Python 3.10.policyengine-core/policyengine_core/types/data_types/arrays.py
Lines 1 to 6 in 47f5bdf
I suggest revising
setup.py
to require Python 3.10, 3.11, or 3.12.The text was updated successfully, but these errors were encountered: