averbis / averbis-python-api

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

Support for newer Python versions (3.9, 3.10, 3.11) #129

Closed DavidHuebner closed 1 year ago

DavidHuebner commented 1 year ago

Is your feature request related to a problem? Please describe. As of now, we only support Python 3.6 to 3.8. There have been three newer releases (3.9-3.11) which we should support.

Describe the solution you'd like Change the build job to test all relevant versions; apply changes if necessary.