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
See pyproject.toml
pyproject.toml
c2pa-python/pyproject.toml
Line 8 in 7728124
match
c2pa-python/c2pa/c2pa_api/c2pa_api.py
Line 203 in 7728124
It would be nice to replace the match statement with a if or a dict lookup to keep supporting older python versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See
pyproject.toml
c2pa-python/pyproject.toml
Line 8 in 7728124
and
match
c2pa-python/c2pa/c2pa_api/c2pa_api.py
Line 203 in 7728124
It would be nice to replace the match statement with a if or a dict lookup to keep supporting older python versions.
The text was updated successfully, but these errors were encountered: