AWeber-Imbi / imbi

An operational management platform for medium to large environments
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

Update API to use Python 3.12 #105

Open in-op opened 2 months ago

in-op commented 2 months ago

The API backend should be updated to use the latest stable python 3.12 version.

This gives us the performance and syntax benefits of the new version. Any deprecated imports should be removed (notably package_resources is used), and the new typing syntax should be used.