I have noticed that you have tests, but it seems that you don't have CI set up.
Do you have any interest in this? If yes, do you need any help? You can check some of my projects for an example:
https://github.com/zyv/fbomatic/blob/master/.github/workflows/ci.yml
Here, I test two Python releases. But you can also decide on only one supported version without using a matrix.
You are also welcome to steal my linter / formatter settings. No idea what you are using and what your tastes are.
If you need any help, just ask.
I have noticed that you have tests, but it seems that you don't have CI set up.
Do you have any interest in this? If yes, do you need any help? You can check some of my projects for an example:
https://github.com/zyv/fbomatic/blob/master/.github/workflows/ci.yml
Here, I test two Python releases. But you can also decide on only one supported version without using a matrix.
You are also welcome to steal my linter / formatter settings. No idea what you are using and what your tastes are.
If you need any help, just ask.