adrianovieira commented on issue #56048: URL: https://github.com/apache/airflow/issues/56048#issuecomment-3549255591
Hi. > Apparently Python 3.14 has some incompatibilities we have not yet accounted for. > > We should limit Python uses to 3.10 to keep stability. > > [#58439](https://github.com/apache/airflow/pull/58439) No matter what I do, prek still uses Python 3.14 (it is the default for my Linux OS). _I had activated the Python-3.10 (created via `uv venv --python 3.10 .venv/py3.10`),_ - `sudo rm -rf ~/.cache/prek` - `source .venv/py3.10/bin/activate` - `uv tool run prek install -f` - `uv tool run prek install -f --hook-type pre-push` - `uv tool run prek run --all-files` or even as (`prek run --all-files`) What do I need to do to run the prek without error? -- 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]
