nmaggioni / r710-fan-controller

A Python script and SystemD service to control Dell PowerEdges' fans depending on CPU(s) temperatures.
MIT License
136 stars 39 forks source link

Python 3.9 support #7

Closed RarogCmex closed 3 years ago

RarogCmex commented 3 years ago

Python 3.7 is end of life (with bugfix released) in mid 2023. Many rolling-release distributions (and my Gentoo) will drop it earlier however. So I ask to port that script to latest python 3.9.

nmaggioni commented 3 years ago

Everything works fine here on Python 3.9.1. If you have encountered difficulties on your system, please provide a traceback.

RarogCmex commented 3 years ago

Thank you for aswer!