Remix.run Logo
Cerealkiller050 7 months ago

Dealing with this currently in a giant old legacy python 2.7 codebase that was migrated to 3.10 in the past year. I do see the requirement @ 3.12, is there a specific reason for this that wouldn't be available to 3.10?

emeryberger 7 months ago | parent [-]

It relies on some features introduced in Python 3.12, specifically the `sys.monitoring` API.

emeryberger 7 months ago | parent [-]

However, the resulting type annotations should work for Python 3.9+.