ApplicationInsights-Python
ApplicationInsights-Python copied to clipboard
Python 3.12 support
Build failure of Windows 3.12 is due to https://github.com/psycopg/psycopg2/issues/1628 psycopg2 doesn't ship Windows 3.12 wheels yet due to downstream blockers on appveyor.
We're only installing it for a test (which passes on Linux).
Alternatively psycopg3 has proper support now as well
We probably won't support 3.12 until upstream opentelemetry supports it.
https://github.com/open-telemetry/opentelemetry-python/issues/3617