[I] Airflow Python 3.12 support [airflow]

2024-01-03 Thread via GitHub
dirrao opened a new issue, #36546: URL: https://github.com/apache/airflow/issues/36546 ### Description Right now, airflow is not officially supporting the Python 3.12 version ### Use case/motivation Python software stack update. ### Related issues _No respon

[I] Airflow Python 3.12 support [airflow]

2024-02-20 Thread via GitHub
dirrao opened a new issue, #36546: URL: https://github.com/apache/airflow/issues/36546 ### Description Right now, airflow is not officially supporting the Python 3.12 version ### Use case/motivation Python software stack update. ### Related issues _No respon

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-03 Thread via GitHub
Taragolis commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1875141571 This kind of task not a straight forward, required to someone check what kind of core / providers dependencies not ready for 3.12 yet, or we use outdated dependencies or some dep

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-03 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1875304673 > At current moment we know at lest incompatible with that pendulum 2 doesn't support of python 3.12, but this one could be solved by https://github.com/apache/airflow/pull/36281

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-03 Thread via GitHub
dirrao commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1875651103 > > At current moment we know at lest incompatible with that pendulum 2 doesn't support of python 3.12, but this one could be solved by #36281 > > Yeah. I believe this is the

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-03 Thread via GitHub
dirrao commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1875663778 I have updated the breeze. However when I run this test with 3.12. The base image is missing. How to publish this image? `Error response from daemon: No such image: ghcr.io/

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-03 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1875706242 You should be able to build it locally with `breeze ci-image build` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-03 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1875708269 You might see some missing cache etc. but they should be just warnings - and you can always disable cache with `build` command flags (use --help to see the flags) -- This is an a

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-04 Thread via GitHub
dirrao commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1877143912 I can run after making the changes in Breeze. However, I faced two problems as follows. 1. The build is looking for the remote constraints file. I can resolve it by using a loca

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-04 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1877214748 Oh yeah. 1) I just solved the first one by pushing copy of 3.11 constraints which are "good enough" to start with - this should be fixed now 2) the second is I think the r

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-04 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1877217235 For 1: see this commit https://github.com/apache/airflow/commit/3f3ed8118aaf3630e986d98c7015eaa6073caded (and generally main constraints history is here https://github.com/a

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-04 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1877604552 Merged. You can continue your quest @dirrao -- 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 t

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-06 Thread via GitHub
dirrao commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1879934143 Now, I can make progress. However, the 3.12 uploaded dependency constraint files are old as compared to 3.11. For the time being I am continuing with 3.11 as the base. As of now,

Re: [I] Airflow Python 3.12 support [airflow]

2024-01-06 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1879977417 Re: old dependencies: This is no problem. You should always build your image with `--upgrade-to-newer-dependencies` locally - this will autoamatically get your dependencies upgraded

Re: [I] Airflow Python 3.12 support [airflow]

2024-02-16 Thread via GitHub
Froskekongen commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1948208989 Any progress on this @dirrao? -- 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 t

Re: [I] Airflow Python 3.12 support [airflow]

2024-02-16 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1948215321 > Any progress on this @dirrao? Python 3.12 is currently being worked on in https://github.com/apache/airflow/pull/36755 . There is one thing left in order to merge it - name

Re: [I] Airflow Python 3.12 support [airflow]

2024-02-20 Thread via GitHub
bolkedebruin closed issue #36546: Airflow Python 3.12 support URL: https://github.com/apache/airflow/issues/36546 -- 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

Re: [I] Airflow Python 3.12 support [airflow]

2024-02-20 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1954036286 Well. It's going to be closed when the PR adding Python 3.12 is merged :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Airflow Python 3.12 support [airflow]

2024-02-20 Thread via GitHub
potiuk commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-1954039837 Rebsed and runnning the PR https://github.com/apache/airflow/actions/runs/7972889219 -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] Airflow Python 3.12 support [airflow]

2024-03-15 Thread via GitHub
eladkal closed issue #36546: Airflow Python 3.12 support URL: https://github.com/apache/airflow/issues/36546 -- 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-m

Re: [I] Airflow Python 3.12 support [airflow]

2024-03-15 Thread via GitHub
eladkal commented on issue #36546: URL: https://github.com/apache/airflow/issues/36546#issuecomment-2000408354 Fixed in https://github.com/apache/airflow/pull/38025 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U