potiuk commented on PR #58439: URL: https://github.com/apache/airflow/pull/58439#issuecomment-3548860403
And it has almost (besides speed) almost 0 impact for anyone to be perfectly honest, so I am not sure what we would gain from 3.13 support here: * those scripts are mostly throwaway and nowaday mostly AI generated - so I don't care about using too many new language features * you will not notice it when you run it - Python 3.10 will be automatically downloaded and installed by `uv` under the hood * you can still if you want run those scripts manually using higher version of Python if you care for better debugging/UX experieonce - no-thing (including IDE support) prevents you from doing so - inline script metadata is larghaveely optional, it will still work fine if you have Python 3.13 venv and run the script there. So frankly, I do not see practically any benefit of having 3.13 there.. But maybe I missed something? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
