workhorsy / py-cpuinfo

A module for getting CPU info with pure Python
MIT License
310 stars 59 forks source link

Required version of Python? #207

Open DimitriPapadopoulos opened 9 months ago

DimitriPapadopoulos commented 9 months ago

According to README.md:

It works with Python 3.

Yet, it is tested with Python ≥ 3.7 only: https://github.com/workhorsy/py-cpuinfo/blob/f3f0fec58335b9699b9b294267c15f516045b1fe/.github/workflows/python-test.yml#L11

Is it reasonable to require Python ≥ 3.6 or Python ≥ 3.7?