hyperledger / aries-agent-test-harness

Aries agent test framework, with agent backchannel support
https://aries-interop.info
Apache License 2.0
59 stars 64 forks source link

Upgrade python to 3.12 in acapy-main backchannel #848

Closed jamshale closed 1 week ago

jamshale commented 1 week ago

ACA-Py recently upgraded to python version 3.12. Having the docker image be 3.9-slim-bullseye caused compatibility issues with the libraries. Possibly using a different image would have more success figuring out libraries and allow acapy to install via a 3.9 image.

I think it's acceptable to require a 3.12 image to use acapy with a 3.12 dependency and hence the change here.