Is your feature request related to a problem? Please describe.six is a library that was developed to ease transitions from Python 2 to 3. It replicates a lot of added Python 3 features and ensures their availability. Given that we now are requiring recent versions of Python 3, we can probably remove it as a dependency.
Describe the solution you'd like
Remove six and all uses of it, assuming Python stdlib can replace all of them
Is your feature request related to a problem? Please describe. six is a library that was developed to ease transitions from Python 2 to 3. It replicates a lot of added Python 3 features and ensures their availability. Given that we now are requiring recent versions of Python 3, we can probably remove it as a dependency.
Describe the solution you'd like Remove
six
and all uses of it, assuming Python stdlib can replace all of them