Re: Python 3.13 is coming

2025-07-17 Thread Jarek Potiuk
And merged :). Update, sync and you can start using all the goodies of Python 3.13 - including much better Python REPL (colors!, sane editing) coloured tracebacks, and the brave ones can try airflow with "free threading" (AKA no GIL) - requires special python build and JIT (does not yet bring perf

Re: Python 3.13 is coming

2025-07-17 Thread Pavankumar Gopidesu
Verified the docs related changes, looking good :) Thanks Jarek, great work. Pavan On Thu, Jul 17, 2025 at 1:26 PM Jarek Potiuk wrote: > All right .. I addressed the next round of feedback and some investigations > where things were questioned led to interesting findings :) > > * interesting f

Re: Python 3.13 is coming

2025-07-17 Thread Jarek Potiuk
All right .. I addressed the next round of feedback and some investigations where things were questioned led to interesting findings :) * interesting finding about having to flush() before you query.delete -> that was accidentally revealed by removing fab plugins initialization in Python 3.13 -> h

Re: Python 3.13 is coming

2025-07-16 Thread Jarek Potiuk
Cool. I have been spending more time with my family visiting me, so did not look yet at the comments - but I will - shortly - and will be happy to merge it soon :D On Wed, Jul 16, 2025 at 9:51 AM Aritra Basu wrote: > Great job on the PR Jarek! Looked through the broad strokes of the PR and > all

Re: Python 3.13 is coming

2025-07-16 Thread Aritra Basu
Great job on the PR Jarek! Looked through the broad strokes of the PR and all looked good to me. -- Regards, Aritra Basu On Wed, 16 Jul 2025, 11:38 am Amogh Desai, wrote: > Hi Jarek, > > That was quite a long PR to review. I focused most of my review time on the > areas > I’m more familiar with

Re: Python 3.13 is coming

2025-07-15 Thread Amogh Desai
Hi Jarek, That was quite a long PR to review. I focused most of my review time on the areas I’m more familiar with — (1) and (4). But I ended up going through the rest as well 🙂 Great job getting that PR green! I really appreciate the inline comments with active TODOS, they are helpful and make i

Re: Python 3.13 is coming

2025-07-15 Thread Jens Scheffler
Hi Jarek, cool! Thanks for all the efforts and the breath in preparing this! Added some comments in PR gut greatly appreciate (1) that notes describe the upper bindings and (2) that the reference image default stays with 3.12 as 3.13 lags critical providers being ready. Jens On 15.07.25 19:

Re: Python 3.13 is coming

2025-07-15 Thread Jarek Potiuk
*TL;DR; Python 3.13 is ... ALMOST here... All you need is final reviews and merge * The PR is finally about to get green - after about 100 or so iterations (or so it seems - I opened it on Feb 19th (!) - so it's 5 months in the making). https://github.com/apache/airflow/pull/46891. I would re

Re: Python 3.13 is coming

2025-06-23 Thread Amogh Desai
Thanks for taking this on Jarek. These are not easy tasks to work on and I cannot think of a better person to do it than you! I will review it shortly this week. I think it is a good thing to introduce in Airflow 3.1 and I would not be too much in favour to cherry pick it to the 3.x series, just

Re: Python 3.13 is coming

2025-06-22 Thread Jarek Potiuk
I also started to do more preparation and extracting things that we will need to merge first and release providers with some limits lifted. We need to make our providers released in PyPI prepared upfront because currently we are not able to generate PyPI constraints for Python 3.13 - I already have