averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Drop Support for Python 3.6, 3.7 & Start Support for Python 3.12+ #159

Closed DavidHuebner closed 1 month ago

DavidHuebner commented 1 month ago

Describe the refactoring action We currently test the python versions python-version: [3.6, 3.7, 3.8, 3.9, 3.10.x, 3.11] in the Test Workflow and have REQUIRES_PYTHON = ">=3.6.0" in the setup.py. I would like to change that to Python 3.8+ in the setup.py and test against (3.8,3.9,3.10,3.11,3.12).

Additional Context Python 3.6 has reached end of life (2021-12) and Python 3.7 has also reached end of life (June 27th 2023).

Expected benefit Support for current Python versions.