marcospereirampj / python-keycloak

MIT License
704 stars 297 forks source link

fix: remove python3.7 from CI (because it's unsupported since june 2023) #493

Closed Kevin-Bannier closed 10 months ago

Kevin-Bannier commented 10 months ago

Hello,

Since june 2023, Python 3.7 has been declared unsupported (https://devguide.python.org/versions/#unsupported-versions)

This PR remove it from CI and add the version Python 3.12 instead

ryshoooo commented 10 months ago

Combined in https://github.com/marcospereirampj/python-keycloak/pull/506