Skip to content

AthenaServices: Fix initialization for python 3.11.

The way python gets initialized has changed; the previous functions are marked deprecated as of python 3.11. Update to use the new initialization method with py 3.11.

Merge request reports