Open matthewwachter opened 3 years ago
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",
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",