git tags go only up to 3.9, see https://github.com/hatching/sflock/tags
while pypi goes up to 3.10 https://pypi.org/project/SFlock/#history
also some changes, like removing the six dependency, are unreleased
So with latest git tag or pypi release, we get No module named 'six' error if not installing it.
Could you:
- push missing git tags
- release a 3.11 version to ship unreleased changes
git tags go only up to 3.9, see https://github.com/hatching/sflock/tags
while pypi goes up to 3.10 https://pypi.org/project/SFlock/#history
also some changes, like removing the six dependency, are unreleased
So with latest git tag or pypi release, we get
No module named 'six' errorif not installing it.Could you: