openfga / python-sdk

OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
https://openfga.dev
Apache License 2.0
29 stars 10 forks source link

Drop code that deals with Python 2 compatibility #77

Closed rhamzeh closed 3 months ago

rhamzeh commented 3 months ago

Checklist

Describe the problem you'd like to have solved

We have code that deals with Python 2 compatibility even though we never supported it, this means extra dependencies and extra code.

Describe the ideal solution

Drop anything to do with Python 2 compatibility or <3.10, if new features from Python 3.10+ can be used to simplify some code paths we should try it

Alternatives and current workarounds

No response

References

No response

Additional context

No response