palazzem / econnect-python

API adapter used to control programmatically an Elmo alarm system
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Ensure support for Python 3.12 #149

Closed palazzem closed 3 months ago

palazzem commented 4 months ago

Is your feature request related to a problem? Please describe. This connector is currently used in one of the available Home Assistant integrations. Such integrations require Python 3.12 as a base version:

2024-03-04 14:58:09.345 WARNING (MainThread) [homeassistant.bootstrap] Support for the running Python version 3.11.7 is deprecated and will be removed in Home Assistant 2024.4; Please upgrade Python to 3.12

Describe the solution you'd like Add Python 3.12 in tox matrix and fix any possibile incompatibility.

Describe alternatives you've considered n/a

Additional context n/a