Probably worth adding a python version requirement into your setup.py file as your use of the walrus operator is only valid in version 3.8 and above. `python_requires=">=3.8",`