kalgory-com / kalgory-py

Python client library for kalgory
Mozilla Public License 2.0
0 stars 0 forks source link

Define Python version support matrix #7

Closed ZhaoTzuHsien closed 1 month ago

ZhaoTzuHsien commented 1 month ago

Please define the Python versions that the kalgory-py library is compatible with.

ChuWeiChang commented 1 month ago

According to Nuitka, python version must be >= 3.5 for it to operate on windows and other OS. conponetize-py needs python==3.10 or 3.11. I will write it in readme.md later. As for the packages, I will upload the requirement.txt once everything works out.

ZhaoTzuHsien commented 1 month ago

The support matrix is Python version >= 3.10