rwnx / pynonymizer

A universal tool for translating sensitive production database dumps into anonymized copies.
https://pypi.org/project/pynonymizer/
MIT License
102 stars 38 forks source link

Removed python36, added python310 support #104

Closed rwnx closed 2 years ago

rwnx commented 2 years ago

since python36 is out of lifeycle, i don't consider this a breaking change. additionally, python36 should theoretically continue to function, it's just that we wont be commiting a lot of test time to it.

Closes #102