ApplicationInsights-Python icon indicating copy to clipboard operation
ApplicationInsights-Python copied to clipboard

Python 3.12 support

Open tonybaloney opened this issue 2 years ago • 3 comments

tonybaloney avatar Oct 05 '23 23:10 tonybaloney

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

tonybaloney avatar Oct 06 '23 02:10 tonybaloney

We probably won't support 3.12 until upstream opentelemetry supports it.

lzchen avatar Oct 06 '23 16:10 lzchen

https://github.com/open-telemetry/opentelemetry-python/issues/3617

y2kbugger avatar May 09 '24 02:05 y2kbugger